丽知:店铺档案优化,仅退款日志展示优化

This commit is contained in:
zhengyf 2025-01-10 10:38:52 +08:00
parent c527a1b6ca
commit 111280c203
3 changed files with 3 additions and 2 deletions

View File

@ -469,6 +469,7 @@ public class ShopPluginInitializer extends PluginBaseEntity {
//更新
url = OverallConstant.getOverAllValue("bddefdoclistUpdateCode");
pk_defdoc = bdDefdocEntity.getPkDefdoc();
break;
} else {
//新增
url = OverallConstant.getOverAllValue("bddefdoclistsaveCode");

View File

@ -541,7 +541,7 @@ public class RefundOnlyPluginInitializerToB extends PluginBaseEntity {
}
BdInvmandocEntity bdInvmandocEntity = queryU8CEntityUtil.queryBdInvmandocByPkInvbasdocAndPkCorp(bdInvbasdocEntity.getPkInvbasdoc(), split[0]);
if (bdInvmandocEntity == null) {
Assert.state(false, "根据公司编码:{},存货主键:{},查询存货管理档案失败。", bdInvbasdocEntity.getPkInvbasdoc(), split[0]);
Assert.state(false, "根据公司编码:{},存货编码:{},存货主键:{},查询存货管理档案失败。", split[0], kk, bdInvbasdocEntity.getPkInvbasdoc());
}
//参考售价
BigDecimal refsaleprice = new BigDecimal(bdInvmandocEntity.getRefsaleprice());

View File

@ -544,7 +544,7 @@ public class RefundOnlyPluginInitializerToC extends PluginBaseEntity {
}
BdInvmandocEntity bdInvmandocEntity = queryU8CEntityUtil.queryBdInvmandocByPkInvbasdocAndPkCorp(bdInvbasdocEntity.getPkInvbasdoc(), split[0]);
if (bdInvmandocEntity == null) {
Assert.state(false, "根据公司编码:{},存货主键:{},查询存货管理档案失败。", bdInvbasdocEntity.getPkInvbasdoc(), split[0]);
Assert.state(false, "根据公司编码:{},存货编码:{},存货主键:{},查询存货管理档案失败。", split[0], kk, bdInvbasdocEntity.getPkInvbasdoc());
}
//参考售价
BigDecimal refsaleprice = new BigDecimal(bdInvmandocEntity.getRefsaleprice());