Merge branch 'master' of codeup.aliyun.com:64d9c5feeceb191898f636d7/honor-dd-light-ds-java

20230922-ljl-fixBug
cxxxxxxx详 1 year ago
commit 0906358af6

@ -275,7 +275,7 @@ public class PurchaseOrderUtil {
if (StrUtil.isNotBlank(dto.getDsSourcePlatform())) {
params.setDsSourcePlatform(PurchaseOrderConst.getPurchasePlatformAndOrderDsTblMap().containsKey(dto.getDsSourcePlatform()) ? dto.getDsSourcePlatform() : PurchaseOrderConst.PURCHASE_PLATFORM1688_D_S);
}
log.info("searchDsOrderFilter params: " + JSONObject.toJSONString(params));
return params;
}

Loading…
Cancel
Save