优化单据类型
This commit is contained in:
parent
aeb5f73a6b
commit
2725850916
|
|
@ -198,7 +198,7 @@ public class PmoToPlmAction implements ICommonAction {
|
||||||
String groupId = pmoAggVO.getParentVO().getPk_group();
|
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 = '"
|
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 + "' ");
|
+ groupId + "' and pk_billtypeid = '" + ctrantypeid + "' ");
|
||||||
if ("55A2-Cxx-08".equals(pk_billtypecode)) {
|
if ("55A2-Cxx-15".equals(pk_billtypecode)) {
|
||||||
filteredOrders.add(pmoAggVO);
|
filteredOrders.add(pmoAggVO);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -190,7 +190,7 @@ public class AfterApproveSyncPLMRule implements IRule<PMOAggVO> {
|
||||||
String groupId = InvocationInfoProxy.getInstance().getGroupId();
|
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 = '"
|
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 + "' ");
|
+ groupId + "' and pk_billtypeid = '" + ctrantypeid + "' ");
|
||||||
if ("55A2-Cxx-08".equals(pk_billtypecode)) {
|
if ("55A2-Cxx-15".equals(pk_billtypecode)) {
|
||||||
filteredOrders.add(pmoAggVO);
|
filteredOrders.add(pmoAggVO);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue