bug修改
This commit is contained in:
parent
106d310866
commit
905134612e
|
|
@ -133,7 +133,7 @@
|
|||
and lcp.into_status = #{status}
|
||||
</if>
|
||||
<if test="status==2 or status=='2'">
|
||||
and lpc.into_status = #{status}
|
||||
and lcp.into_status = #{status}
|
||||
</if>
|
||||
|
||||
<if test='dataType==1'>
|
||||
|
|
@ -151,7 +151,7 @@
|
|||
and lcp.out_status = #{status}
|
||||
</if>
|
||||
<if test="status==2 or status=='2'">
|
||||
and lpc.out_status = #{status}
|
||||
and lcp.out_status = #{status}
|
||||
</if>
|
||||
<if test='dataType==1'>
|
||||
AND lcp.proc_inst_id_out IN (
|
||||
|
|
|
|||
Loading…
Reference in New Issue