|
@@ -424,7 +424,7 @@ public class WmPayOffServiceImpl extends ServiceImpl<WmPayOffMapper, WmPayOff> i
|
|
|
updateEntity.setSettleStatus(DingEnum.SETTLE_STATUS_WAIT.getType());
|
|
|
updateEntity.setDescription(input.getDescription());
|
|
|
updateEntity.setSubType(String.valueOf(input.getSubjectLocation().getGigType().getCode()));
|
|
|
- updateEntity.setLocation(input.getSubjectLocation());
|
|
|
+ updateEntity.setLocation(location);
|
|
|
updateEntity.setSettlementDate(LocalDateTime.now());
|
|
|
|
|
|
if (PackageTypeEnum.TYPE2_SETTLE_PACKAGE.val().equals(wmScorePackage.getPackageType2())
|