盘点报废

This commit is contained in:
mashuai 2025-02-20 20:09:52 +08:00
parent 6499410629
commit 745857a223
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN ma_type mt2 ON mt.parent_id = mt2.type_id
LEFT JOIN sys_user su on sad.ledger_by = su.user_id
WHERE sad.`status` = '1' and sad.ledger_status = '1'
DATE_FORMAT( sad.ledger_time, '%Y-%m' ) = #{month}
and DATE_FORMAT( sad.ledger_time, '%Y-%m' ) = #{month}
<if test="keyWord != null and keyWord != ''">
AND (
mt2.type_name like concat('%', #{keyWord}, '%') or