@ -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());