|
@@ -64,11 +64,11 @@ public class ZhcxInsideInspectionBiddingDocPointServiceImpl extends ServiceImpl<
|
|
|
*/
|
|
|
@Override
|
|
|
public void saveAndLog(String insideId, InsideInspectionExecuteRequest req, Map<String, String> descMap) {
|
|
|
- if(ObjectUtil.isNull(req.getCoreMap()) || ObjectUtil.isEmpty(req.getCoreMap().get(insideId))) {
|
|
|
+ if(ObjectUtil.isNull(req.getPointMap()) || ObjectUtil.isEmpty(req.getPointMap().get(insideId))) {
|
|
|
return ;
|
|
|
}
|
|
|
|
|
|
- final List<GeneralUpdateVo> generalUpdateVoList = req.getCoreMap().get(insideId);
|
|
|
+ final List<GeneralUpdateVo> generalUpdateVoList = req.getPointMap().get(insideId);
|
|
|
if(ObjectUtil.isNotEmpty(generalUpdateVoList)) {
|
|
|
List<String> editList = editCheckerColsHistory(insideId, generalUpdateVoList);
|
|
|
if(ObjectUtil.isNotEmpty(editList)) {
|