|
@@ -229,7 +229,7 @@ outstoreform.process_instance_id,
|
|
select count(1) from t_out_store_form form
|
|
select count(1) from t_out_store_form form
|
|
<where>
|
|
<where>
|
|
<if test="userId != null and userId != ''">
|
|
<if test="userId != null and userId != ''">
|
|
- form.update_user_id = #{userId}>
|
|
|
|
|
|
+ form.update_user_id = #{userId}
|
|
</if>
|
|
</if>
|
|
<if test="status !=null ">
|
|
<if test="status !=null ">
|
|
form.status = #{status}
|
|
form.status = #{status}
|