功能优化

This commit is contained in:
xy
2025-12-08 15:07:48 +08:00
parent 186d46752c
commit be264acd79
3 changed files with 16 additions and 12 deletions

View File

@@ -142,10 +142,12 @@
<foreach collection="dataType" item="item" open="(" close=")" separator=",">
#{item}
</foreach>
and device.run_flag in
<foreach collection="runFlag" item="item" open="(" close=")" separator=",">
#{item}
</foreach>
<if test="runFlag!=null and runFlag!=''">
and device.run_flag in
<foreach collection="runFlag" item="item" open="(" close=")" separator=",">
#{item}
</foreach>
</if>
<if test="objType!=null and objType!=''">
and lineDetail.big_obj_type = #{objType}
</if>