no message

main
HUOJIN\92525 2024-12-06 20:10:22 +08:00
parent df35386e43
commit 691f53e64e
1 changed files with 1 additions and 1 deletions

View File

@ -7072,7 +7072,7 @@ public class DefaultOrderManager extends DefaultBaseManager implements
} }
List<Order> os = commonDao List<Order> os = commonDao
.findByQuery( .findByQuery(
" from Order o where o.consignor.id=:consignorId and o.customerOrderNO like:customerOrderNO ", " from Order o where o.consignor.id=:consignorId and o.customerOrderNO =:customerOrderNO ",
new String[] { "consignorId", "customerOrderNO" }, new String[] { "consignorId", "customerOrderNO" },
new Object[] { org.getId(), xsqdh }); new Object[] { org.getId(), xsqdh });
if (xsqdh != null && os.size() > 0 && !xsqdh.equals("")) { if (xsqdh != null && os.size() > 0 && !xsqdh.equals("")) {