Commit a8b06aa8 authored by chicheng's avatar chicheng

机加工时、人工工时保持一致

parent ce71ccb6
......@@ -84,7 +84,7 @@ public class SfctdService {
sfcte.setTe009(ErpFieldUtil.fixedChar(processNo, 4));
sfcte.setTe010("1");
sfcte.setTe011(params.getTe011());
sfcte.setTe012(0);
sfcte.setTe012(params.getTe013() == null ? 0 : params.getTe013());//人时、机时保持一致
sfcte.setTe013(params.getTe013() == null ? 0 : params.getTe013());
sfcte.setTe014("N");
sfcte.setTe015(ErpFieldUtil.varChar(processName, 255));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment