|
|
|
|
@ -133,7 +133,12 @@ public class DataPetitionComplaintController {
|
|
|
|
|
if (StringUtil.isNotEmpty(data.getMassVisits())) { |
|
|
|
|
updateWrapper.set(DataPetitionComplaint::getMassVisits, data.getMassVisits().contains("是")); |
|
|
|
|
} |
|
|
|
|
dataPetitionComplaintService.update(updateWrapper); |
|
|
|
|
if (StrUtil.isNotEmpty(data.getReceivingLeaderName())){ |
|
|
|
|
updateWrapper.set(DataPetitionComplaint::getReceivingLeaderName,data.getReceivingLeaderName()); |
|
|
|
|
} |
|
|
|
|
if(StrUtil.isNotEmpty(data.getOriginId())){ |
|
|
|
|
dataPetitionComplaintService.update(updateWrapper); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
@ -145,6 +150,8 @@ public class DataPetitionComplaintController {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@PostMapping("gab") |
|
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
|
public Result<Boolean> add(@RequestBody List<DataPetitionComplaintImportDto> list) { |
|
|
|
|
|