|
@@ -203,7 +203,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
from tb_asset_inventory inv
|
|
|
left join sys_dept dep on inv.inventory_department = dep.dept_id
|
|
|
where inv.inventory_department = #{depId} and inv.inventory_status = 2 and inv.inventory_result!=0
|
|
|
- and inv.inventory_result != "0"
|
|
|
order by inv.inventory_date desc
|
|
|
</select>
|
|
|
<!-- limit #{whichOne},1 -->
|