tags/yfai-mes-ext-v1.0
LML丶 1 year ago
parent 4f8d2b7c04
commit b33d2adaca

@ -224,7 +224,7 @@ public class MesSpotCheckOrderService extends BaseMesService<MesSpotCheckOrder>
//获取点检方案明细 主表明细表 spotCheckId-pid关联
DdlPackBean packBean = DdlPackBean.getDdlPackBean(bean.getOrganizeCode());
DdlPreparedPack.getNumberBiggerEqualPack(bean.getSpotCheckId(), "pid", packBean);
DdlPreparedPack.getNumEqualPack(bean.getSpotCheckId(), "pid", packBean);
List<MesEquipmentSpotCheckDetail> detailList = equipmentSpotCheckDetailRepository.findByHqlWhere(packBean);
if (CollectionUtils.isEmpty(detailList)) {

Loading…
Cancel
Save