优化单据类型

This commit is contained in:
lihao 2025-09-30 10:10:43 +08:00
parent aeb5f73a6b
commit 2725850916
2 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ public class PmoToPlmAction implements ICommonAction {
String groupId = pmoAggVO.getParentVO().getPk_group();
Object pk_billtypecode = hybo.findColValue("bd_billtype", "pk_billtypecode", " istransaction = 'Y' and nvl ( islock, 'N' ) = 'N' and parentbilltype = '55A2' and pk_group = '"
+ groupId + "' and pk_billtypeid = '" + ctrantypeid + "' ");
if ("55A2-Cxx-08".equals(pk_billtypecode)) {
if ("55A2-Cxx-15".equals(pk_billtypecode)) {
filteredOrders.add(pmoAggVO);
}
}

View File

@ -190,7 +190,7 @@ public class AfterApproveSyncPLMRule implements IRule<PMOAggVO> {
String groupId = InvocationInfoProxy.getInstance().getGroupId();
Object pk_billtypecode = hybo.findColValue("bd_billtype", "pk_billtypecode", " istransaction = 'Y' and nvl ( islock, 'N' ) = 'N' and parentbilltype = '55A2' and pk_group = '"
+ groupId + "' and pk_billtypeid = '" + ctrantypeid + "' ");
if ("55A2-Cxx-08".equals(pk_billtypecode)) {
if ("55A2-Cxx-15".equals(pk_billtypecode)) {
filteredOrders.add(pmoAggVO);
}
}