代码提交

This commit is contained in:
itcast 2025-12-22 17:53:59 +08:00
parent 5603db4730
commit 777408ccbd
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@
tool_ledger tl
WHERE
tl.type_id=#{typeId}
<if test="code != null and code!='/'">
<if test="code != null and code!=&quot;/&quot;">
and tl.tool_code=#{code}
</if>
</select>