添加工厂条件

yun-zuoyi
crish 6 years ago
parent e0c7822803
commit ff272afe2c

@ -163,7 +163,7 @@ public class AndonHqlPack {
*/ */
public static DdlPackBean packHqlMesWorkCell(MesWorkCell mesWorkCell){ public static DdlPackBean packHqlMesWorkCell(MesWorkCell mesWorkCell){
DdlPackBean result = new DdlPackBean(); DdlPackBean result = new DdlPackBean();
DdlPreparedPack.getStringEqualPack(mesWorkCell.getOrganizeCode(), "organizeCode", result);
DdlPreparedPack.getStringEqualPack(mesWorkCell.getWorkCenterCode(), "workCenterCode", result); DdlPreparedPack.getStringEqualPack(mesWorkCell.getWorkCenterCode(), "workCenterCode", result);
DdlPreparedPack.getStringEqualPack(mesWorkCell.getWorkCellCode(), "workCellCode", result); DdlPreparedPack.getStringEqualPack(mesWorkCell.getWorkCellCode(), "workCellCode", result);
getStringBuilderPack(mesWorkCell, result); getStringBuilderPack(mesWorkCell, result);

Loading…
Cancel
Save