备料计划下达生产默认为电力电力内配类型
This commit is contained in:
parent
c9cf7bc1bd
commit
c45232e225
|
@ -162,7 +162,7 @@ public class PickmToPmo implements ICommonAction {
|
|||
PMOHeadVO head = inVO.getParentVO();
|
||||
// head.setCtrantypeid("0001A110000000001S1E");
|
||||
String ctrantypeid = getValueByCondtion("bd_billtype", " pk_billtypeid ", " istransaction = 'Y' and nvl ( islock, 'N' ) = 'N' and parentbilltype = '55A2' and pk_group = '"
|
||||
+ InvocationInfoProxy.getInstance().getGroupId() + "' and pk_billtypecode = '" + "55A2-01" + "' ");
|
||||
+ InvocationInfoProxy.getInstance().getGroupId() + "' and pk_billtypecode = '" + "55A2-Cxx-08" + "' ");
|
||||
head.setCtrantypeid(ctrantypeid);
|
||||
for (PMOItemVO itemVO: inVO.getChildrenVO()){
|
||||
// itemVO.setTplanendtime();
|
||||
|
|
Loading…
Reference in New Issue