解决单据排序的bug
This commit is contained in:
@@ -157,6 +157,7 @@
|
||||
left join jsh_supplier s on jdh.organ_id=s.id and ifnull(s.delete_flag,'0') !='1'
|
||||
left join jsh_user u on jdh.creator=u.id and ifnull(u.Status,'0') !='1'
|
||||
left join jsh_account a on jdh.account_id=a.id and ifnull(a.delete_flag,'0') !='1'
|
||||
order by jdh.id desc
|
||||
</select>
|
||||
|
||||
<select id="countsByDepotHead" resultType="java.lang.Long">
|
||||
|
||||
Reference in New Issue
Block a user