出入库记录接口更新
This commit is contained in:
@@ -306,6 +306,9 @@
|
||||
)
|
||||
</if>
|
||||
|
||||
<if test="remark != null and remark != ''">
|
||||
AND ri.remark LIKE concat('%', #{remark}, '%')
|
||||
</if>
|
||||
<if test="rkType != null and rkType != ''">
|
||||
AND ri.rk_type LIKE concat('%', #{rkType}, '%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user