Ver Fonte

Merge branch 'feat-20231019-mahv2' into temp-pre

lixuesong há 1 ano atrás
pai
commit
d8a97db676

+ 1 - 1
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/service/impl/WmPayOffServiceImpl.java

@@ -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())