修改查询责任部门接口

This commit is contained in:
高嵩
2023-07-14 17:35:29 +08:00
parent faf3634c0c
commit 0ceb5e02b7
2 changed files with 20 additions and 1 deletions
@@ -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());