|
@@ -21,7 +21,7 @@
|
|
AND p.process_name LIKE CONCAT(CONCAT('%',#{dto.processName}),'%')
|
|
AND p.process_name LIKE CONCAT(CONCAT('%',#{dto.processName}),'%')
|
|
</if>
|
|
</if>
|
|
<if test="dto.createBy != null and dto.createBy != '' ">
|
|
<if test="dto.createBy != null and dto.createBy != '' ">
|
|
- AND t.create_by LIKE CONCAT(CONCAT('%',#{dto.createBy}),'%')
|
|
|
|
|
|
+ AND p.create_by LIKE CONCAT(CONCAT('%',#{dto.createBy}),'%')
|
|
</if>
|
|
</if>
|
|
<if test="dto.instanceState != null">
|
|
<if test="dto.instanceState != null">
|
|
AND i.instance_state = #{dto.instanceState}
|
|
AND i.instance_state = #{dto.instanceState}
|