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