71106修改,手机端-待办中心 流程类型筛选条件多选.
This commit is contained in:
+4
-1
@@ -33,7 +33,10 @@
|
||||
and temp.standard_info like CONCAT(CONCAT('%',#{params.standardInfo}),'%')
|
||||
</if>
|
||||
<if test="params.flowType != null and params.flowType !=''">
|
||||
and temp.flow_type = #{params.flowType}
|
||||
and temp.flow_type in
|
||||
<foreach collection="params.flowType.split(',')" index="index" item="item" open="(" separator="," close=")">
|
||||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="params.status != null and params.status !=''">
|
||||
and temp.status = #{params.status}
|
||||
|
||||
Reference in New Issue
Block a user