增加查询条件

tags/yfai-mes-ext-v1.0
LML丶 12 months ago
parent a187118703
commit 37dbbb982f

@ -115,7 +115,7 @@ public class MesLoadingListDetailDaoImpl implements IMesLoadingListDetailDao {
hql.append(" and mlld.shipping_code = :shippingCode ");
}
if (!StringUtils.isEmpty(detail.getStatus())) {
hql.append(" and mlld.status = :status ");
hql.append(" and ms.status = :status ");
}
Query query = entityManager.createNativeQuery(hql.toString());

Loading…
Cancel
Save