|
|
@ -93,8 +93,8 @@ public class BsSgcJsjdBuiRegulatoryInspectionsService extends BaseService<BsSgcJ |
|
|
|
List<RectificationDto> rlist = page.getRecords(); |
|
|
|
czNum=rlist.size(); |
|
|
|
for (RectificationDto rectificationDto : rlist) { |
|
|
|
if (!StringUtil.isEmpty(rectificationDto.getUnit())){ |
|
|
|
map.put(rectificationDto.getUnit(),""); |
|
|
|
if (!StringUtil.isEmpty(rectificationDto.getResponsibleUnit())){ |
|
|
|
map.put(rectificationDto.getResponsibleUnit(),""); |
|
|
|
} |
|
|
|
rectificationDto.setIsFinish("1"); |
|
|
|
if (ObjectUtil.isEmpty(rectificationDto.getFeedback())){ |
|
|
|