丽知:店铺档案优化,仅退款日志展示优化
This commit is contained in:
parent
c527a1b6ca
commit
111280c203
|
@ -469,6 +469,7 @@ public class ShopPluginInitializer extends PluginBaseEntity {
|
||||||
//更新
|
//更新
|
||||||
url = OverallConstant.getOverAllValue("bddefdoclistUpdateCode");
|
url = OverallConstant.getOverAllValue("bddefdoclistUpdateCode");
|
||||||
pk_defdoc = bdDefdocEntity.getPkDefdoc();
|
pk_defdoc = bdDefdocEntity.getPkDefdoc();
|
||||||
|
break;
|
||||||
} else {
|
} else {
|
||||||
//新增
|
//新增
|
||||||
url = OverallConstant.getOverAllValue("bddefdoclistsaveCode");
|
url = OverallConstant.getOverAllValue("bddefdoclistsaveCode");
|
||||||
|
|
|
@ -541,7 +541,7 @@ public class RefundOnlyPluginInitializerToB extends PluginBaseEntity {
|
||||||
}
|
}
|
||||||
BdInvmandocEntity bdInvmandocEntity = queryU8CEntityUtil.queryBdInvmandocByPkInvbasdocAndPkCorp(bdInvbasdocEntity.getPkInvbasdoc(), split[0]);
|
BdInvmandocEntity bdInvmandocEntity = queryU8CEntityUtil.queryBdInvmandocByPkInvbasdocAndPkCorp(bdInvbasdocEntity.getPkInvbasdoc(), split[0]);
|
||||||
if (bdInvmandocEntity == null) {
|
if (bdInvmandocEntity == null) {
|
||||||
Assert.state(false, "根据公司编码:{},存货主键:{},查询存货管理档案失败。", bdInvbasdocEntity.getPkInvbasdoc(), split[0]);
|
Assert.state(false, "根据公司编码:{},存货编码:{},存货主键:{},查询存货管理档案失败。", split[0], kk, bdInvbasdocEntity.getPkInvbasdoc());
|
||||||
}
|
}
|
||||||
//参考售价
|
//参考售价
|
||||||
BigDecimal refsaleprice = new BigDecimal(bdInvmandocEntity.getRefsaleprice());
|
BigDecimal refsaleprice = new BigDecimal(bdInvmandocEntity.getRefsaleprice());
|
||||||
|
|
|
@ -544,7 +544,7 @@ public class RefundOnlyPluginInitializerToC extends PluginBaseEntity {
|
||||||
}
|
}
|
||||||
BdInvmandocEntity bdInvmandocEntity = queryU8CEntityUtil.queryBdInvmandocByPkInvbasdocAndPkCorp(bdInvbasdocEntity.getPkInvbasdoc(), split[0]);
|
BdInvmandocEntity bdInvmandocEntity = queryU8CEntityUtil.queryBdInvmandocByPkInvbasdocAndPkCorp(bdInvbasdocEntity.getPkInvbasdoc(), split[0]);
|
||||||
if (bdInvmandocEntity == null) {
|
if (bdInvmandocEntity == null) {
|
||||||
Assert.state(false, "根据公司编码:{},存货主键:{},查询存货管理档案失败。", bdInvbasdocEntity.getPkInvbasdoc(), split[0]);
|
Assert.state(false, "根据公司编码:{},存货编码:{},存货主键:{},查询存货管理档案失败。", split[0], kk, bdInvbasdocEntity.getPkInvbasdoc());
|
||||||
}
|
}
|
||||||
//参考售价
|
//参考售价
|
||||||
BigDecimal refsaleprice = new BigDecimal(bdInvmandocEntity.getRefsaleprice());
|
BigDecimal refsaleprice = new BigDecimal(bdInvmandocEntity.getRefsaleprice());
|
||||||
|
|
Loading…
Reference in New Issue