opt:优化

This commit is contained in:
2025-11-06 16:28:18 +08:00
parent 1bad638265
commit e42e2594a2

View File

@@ -525,7 +525,7 @@ public class MesToWmsServiceImpl implements MesToWmsService {
groupPlate = groupPlateList.get(0);
}
MdMeMaterialbase materDao = iMdMeMaterialbaseService.getByCode(groupPlate.getMaterial_id(), true);
MdMeMaterialbase materDao = materialbaseService.getByCode(groupPlate.getMaterial_id(), true);
//通过托盘号查找组盘信息
param.put("sect_code", sectattr.getSect_code());