Commit f8deb7f6 authored by tianyiming's avatar tianyiming

bug修改

parent a063bdb4
...@@ -354,7 +354,7 @@ ...@@ -354,7 +354,7 @@
wls.biz_org_code like concat (#{param.bizOrgCode},'%') wls.biz_org_code like concat (#{param.bizOrgCode},'%')
</if> </if>
<if test="param.alarmLogId != null"> <if test="param.alarmLogId != null">
and wlesal.id = #{alarmLogId} and wlesal.id = #{param.alarmLogId}
</if> </if>
<if test="param.warehouseStructureName != null and param.warehouseStructureName != ''"> <if test="param.warehouseStructureName != null and param.warehouseStructureName != ''">
and wlesal.location like concat(concat("%",#{param.warehouseStructureName}),"%") and wlesal.location like concat(concat("%",#{param.warehouseStructureName}),"%")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment