|
|
|
@ -83,7 +83,7 @@ public class MesPullingOrderInfoService extends BaseMesService<MesPullingOrderIn
|
|
|
|
|
DdlPreparedPack.getStringEqualPack(pullingGroupCode, "pullCode", partPackBean);
|
|
|
|
|
partPackBean.setWhereAppend(partPackBean.getWhereAppend() + " order by modifyDatetime desc");
|
|
|
|
|
|
|
|
|
|
List<MesPullingOrderInfo> byHqlWhere = mesPullingOrderPartInfoRepository.findByHqlWhere(partPackBean);
|
|
|
|
|
//List<MesPullingOrderInfo> byHqlWhere = mesPullingOrderPartInfoRepository.findByHqlWhere(partPackBean);
|
|
|
|
|
|
|
|
|
|
resultMap.put("",mesPullingOrder);
|
|
|
|
|
resultMap.put("success", true);
|
|
|
|
|