|
@@ -272,7 +272,7 @@ public class WmPayOffServiceImpl extends ServiceImpl<WmPayOffMapper, WmPayOff> i
|
|
updateEntity.setSettleFlag("1");
|
|
updateEntity.setSettleFlag("1");
|
|
updateEntity.setDescription(input.getDescription());
|
|
updateEntity.setDescription(input.getDescription());
|
|
updateEntity.setSubType(String.valueOf(location.getGigType().getCode()));
|
|
updateEntity.setSubType(String.valueOf(location.getGigType().getCode()));
|
|
- updateEntity.setSubjectLocation(input.getSubjectLocation());
|
|
|
|
|
|
+ updateEntity.setLocation(input.getSubjectLocation());
|
|
updateEntity.setSettlementDate(LocalDateTime.now());
|
|
updateEntity.setSettlementDate(LocalDateTime.now());
|
|
|
|
|
|
if ("2".equals(wmScorePackage.getPackageType2())) {
|
|
if ("2".equals(wmScorePackage.getPackageType2())) {
|
|
@@ -323,7 +323,7 @@ public class WmPayOffServiceImpl extends ServiceImpl<WmPayOffMapper, WmPayOff> i
|
|
updateEntity.setId(input.getId());
|
|
updateEntity.setId(input.getId());
|
|
updateEntity.setDescription(input.getDescription());
|
|
updateEntity.setDescription(input.getDescription());
|
|
updateEntity.setSubType(String.valueOf(location.getGigType().getCode()));
|
|
updateEntity.setSubType(String.valueOf(location.getGigType().getCode()));
|
|
- updateEntity.setSubjectLocation(input.getSubjectLocation());
|
|
|
|
|
|
+ updateEntity.setLocation(input.getSubjectLocation());
|
|
|
|
|
|
wmScorePackageService.updateById(updateEntity);
|
|
wmScorePackageService.updateById(updateEntity);
|
|
noteService.saveOrUpdateBatch(notes);
|
|
noteService.saveOrUpdateBatch(notes);
|