|
@@ -21,11 +21,8 @@ import com.jeeplus.modules.projectAccessory.service.CollectAccessoryService;
|
|
|
import com.jeeplus.modules.projectAccessory.service.ProjectAccessoryService;
|
|
|
import com.jeeplus.modules.projectAccessory.service.ProjectTemplateService;
|
|
|
import com.jeeplus.modules.projectEngineering.service.ProjectEngineeringService;
|
|
|
-import com.jeeplus.modules.projectcontentinfo.entity.ProjectReportData;
|
|
|
import com.jeeplus.modules.projectcontentinfo.service.ProjectBasedDataService;
|
|
|
-import com.jeeplus.modules.projectmaterialstorage.entity.ProjectMaterialStorage;
|
|
|
import com.jeeplus.modules.projectmaterialstorage.service.ProjectMaterialStorageService;
|
|
|
-import com.jeeplus.modules.projectrecord.entity.ProjectRecords;
|
|
|
import com.jeeplus.modules.ruralprojectrecords.entity.RuralProjectRecords;
|
|
|
import com.jeeplus.modules.ruralprojectrecords.service.RuralProjectRecordsService;
|
|
|
import com.jeeplus.modules.ruralprojectrecords.web.RuralProjectRecordsController;
|
|
@@ -34,8 +31,6 @@ import com.jeeplus.modules.sys.service.WorkattachmentService;
|
|
|
import com.jeeplus.modules.sys.utils.UserUtils;
|
|
|
import com.jeeplus.modules.workclientinfo.entity.WorkClientAttachment;
|
|
|
import com.jeeplus.modules.workclientinfo.entity.WorkClientInfo;
|
|
|
-import com.jeeplus.modules.workclientinfo.entity.WorkClientLinkman;
|
|
|
-import io.netty.util.internal.UnstableApi;
|
|
|
import org.apache.shiro.authz.annotation.Logical;
|
|
|
import org.apache.shiro.authz.annotation.RequiresPermissions;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
@@ -449,6 +444,7 @@ public class ProjectAccessoryController extends BaseController {
|
|
|
map.put("str","");
|
|
|
}
|
|
|
|
|
|
+ //cf70486864254239b3533eba5c19c19e 材料确认单id (强耦合)
|
|
|
if("cf70486864254239b3533eba5c19c19e".equals(projectAccessory.getId())) {
|
|
|
RuralProjectRecords ruralProjectRecords = ruralProjectRecordsController.get(projectAccessory.getProjectId());
|
|
|
Workattachment workattachment1 = new Workattachment();
|