代码提交
This commit is contained in:
parent
5603db4730
commit
777408ccbd
|
|
@ -423,7 +423,7 @@
|
|||
tool_ledger tl
|
||||
WHERE
|
||||
tl.type_id=#{typeId}
|
||||
<if test="code != null and code!='/'">
|
||||
<if test="code != null and code!="/"">
|
||||
and tl.tool_code=#{code}
|
||||
</if>
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue