修改查询责任部门接口
This commit is contained in:
+4
@@ -4425,6 +4425,10 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
|
||||
if (org.apache.commons.lang.StringUtils.isNotBlank(projectLawsInventoryEO.getDutyTerritory())) {
|
||||
projectLawsInventoryEOTemp.setDutyTerritory(projectLawsInventoryEO.getDutyTerritory());
|
||||
}
|
||||
//责任部门 DutyDepart
|
||||
if (org.apache.commons.lang.StringUtils.isNotBlank(projectLawsInventoryEO.getDutyDepart())) {
|
||||
projectLawsInventoryEOTemp.setDutyDepart(projectLawsInventoryEO.getDutyDepart());
|
||||
}
|
||||
//适用地区region
|
||||
if (ObjectUtils.isNotEmpty(projectLawsInventoryEO.getRegion())) {
|
||||
projectLawsInventoryEOTemp.setRegion(projectLawsInventoryEO.getRegion());
|
||||
|
||||
Reference in New Issue
Block a user