|
|
|
@ -2780,12 +2780,10 @@ public class MesHqlPack {
|
|
|
|
|
* MES 工位技能
|
|
|
|
|
*
|
|
|
|
|
* @param mesWorkCellSkill
|
|
|
|
|
* @param organizeCode
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static DdlPackBean getMesWorkCellSkill(MesWorkCellSkill mesWorkCellSkill) {
|
|
|
|
|
DdlPackBean packBean = DdlPackBean.getDdlPackBean(mesWorkCellSkill.getOrganizeCode());
|
|
|
|
|
;
|
|
|
|
|
if (!StringUtils.isEmpty(mesWorkCellSkill.getSkillCode())) {
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(mesWorkCellSkill.getSkillCode(), "skillCode", packBean);
|
|
|
|
|
}
|
|
|
|
@ -3593,9 +3591,6 @@ public class MesHqlPack {
|
|
|
|
|
*/
|
|
|
|
|
public static DdlPackBean getMesPartContainerCapacity(MesPartContainerCapacity mesPartContainerCapacity) {
|
|
|
|
|
DdlPackBean packBean = getAllBaseDataByNormalPro(mesPartContainerCapacity, mesPartContainerCapacity.getOrganizeCode());
|
|
|
|
|
if (!StringUtils.isEmpty(mesPartContainerCapacity.getOrganizeCode())) {
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(mesPartContainerCapacity.getOrganizeCode(), "organizeCode", packBean);
|
|
|
|
|
}
|
|
|
|
|
if (!StringUtils.isEmpty(mesPartContainerCapacity.getPartNo())) {
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(mesPartContainerCapacity.getPartNo(), "partNo", packBean);
|
|
|
|
|
}
|
|
|
|
@ -3616,9 +3611,6 @@ public class MesHqlPack {
|
|
|
|
|
*/
|
|
|
|
|
public static DdlPackBean getMesCustomerSnRule(MesCustomerSnRule customerSnRule) {
|
|
|
|
|
DdlPackBean packBean = getAllBaseDataByNormalPro(customerSnRule, customerSnRule.getOrganizeCode());
|
|
|
|
|
if (!StringUtils.isEmpty(customerSnRule.getOrganizeCode())) {
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(customerSnRule.getOrganizeCode(), "organizeCode", packBean);
|
|
|
|
|
}
|
|
|
|
|
if (!StringUtils.isEmpty(customerSnRule.getCustomerCode())) {
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(customerSnRule.getCustomerCode(), "customerCode", packBean);
|
|
|
|
|
}
|
|
|
|
|