|
@@ -64,7 +64,7 @@ public interface ProjectMapper extends BaseMapper<Project> {
|
|
*/
|
|
*/
|
|
MaintenancePlanPrintResponse findProjectByIdAndCompanyId(@Param("request") ProjectRequest request);
|
|
MaintenancePlanPrintResponse findProjectByIdAndCompanyId(@Param("request") ProjectRequest request);
|
|
|
|
|
|
- List<Map<String, String>> List(@Param("exportList") List<String> ids);
|
|
|
|
|
|
+ List<Map<String, String>> exportList(@Param("exportList") List<String> ids);
|
|
|
|
|
|
List<Map<String, String>> exportLiftList(@Param("exportLiftList") List<String> ids);
|
|
List<Map<String, String>> exportLiftList(@Param("exportLiftList") List<String> ids);
|
|
|
|
|