|
|
|
@ -3549,7 +3549,7 @@ public class MesHqlPack {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public static DdlPackBean getBoardCustomParamCfg(MesBoardCustomParamCfg boardCustomParamCfg) {
|
|
|
|
|
DdlPackBean packBean = getAllBaseDataByNormalPro(boardCustomParamCfg, boardCustomParamCfg.getOrganizeCode());
|
|
|
|
|
DdlPackBean packBean = DdlPackBean.getDdlPackBean(boardCustomParamCfg.getOrganizeCode());
|
|
|
|
|
if (!StringUtils.isEmpty(boardCustomParamCfg.getBoardCode())) {
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(boardCustomParamCfg.getBoardCode(), "boardCode", packBean);
|
|
|
|
|
}
|
|
|
|
|