no message
parent
df35386e43
commit
691f53e64e
|
|
@ -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("")) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue