fix:设备-维护保养、使用记录微调
This commit is contained in:
@@ -78,6 +78,13 @@
|
||||
<if test="param.productId != null">
|
||||
and d.PDT_ID = #{param.productId}
|
||||
</if>
|
||||
<if test="param.productIds != null and param.productIds.size > 0">
|
||||
and d.PDT_ID in (
|
||||
<foreach collection="param.productIds" item="productId" separator=",">
|
||||
#{productId}
|
||||
</foreach>
|
||||
)
|
||||
</if>
|
||||
<if test="param.deviceName != null and param.deviceName != ''">
|
||||
and d.DEV_NAME like concat('%',#{param.deviceName},'%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user