修改表字段

tags/yfai-mes-ext-v1.0
LML丶 12 months ago
parent b08431ccae
commit 3eae48e188

@ -55,7 +55,7 @@ public class MesPartShippingGroupService extends BaseMesService<MesPartShippingG
ValidatorBean.checkNotNull(item.getShippingGroupCode(), "发运组代码不能为空");
DdlPackBean seriesPackBean = DdlPackBean.getDdlPackBean(item.getOrganizeCode());
DdlPreparedPack.getStringEqualPack(item.getShippingGroupCode(), "shippingGroupNo", seriesPackBean);
DdlPreparedPack.getStringEqualPack(item.getShippingGroupCode(), "shippingGroupCode", seriesPackBean);
DdlPreparedPack.getNumNOEqualPack(item.getId(), "id", seriesPackBean);
boolean flg = baseRDao.isExitByHql(seriesPackBean);
if (flg) {

Loading…
Cancel
Save