bug
This commit is contained in:
parent
060784d625
commit
9823c42e5e
@ -336,7 +336,7 @@ public class BusinessDocDetailServiceImpl implements BusinessDocDetailService {
|
||||
List<BizObject> librarys = libraryManage
|
||||
.createQuery(
|
||||
"RELATIVE_ID=:RELATIVE_ID AND DOC_NAME IN (" + docName
|
||||
+ ") ORDER BY DOC_NATURE, SERIAL_NUM")
|
||||
+ ") ORDER BY DOC_NATURE, ONECLASS, SERIAL_NUM")
|
||||
.setParameter("RELATIVE_ID", relaId).getResultList(false);
|
||||
List<Map<String, Object>> list = new ArrayList<Map<String, Object>>();
|
||||
for (BizObject library : librarys) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user