1、ebom 修复
This commit is contained in:
parent
7639ec8dc1
commit
8f9f62ccc6
|
|
@ -107,7 +107,7 @@
|
||||||
<if test="dataType==0" >
|
<if test="dataType==0" >
|
||||||
status < 4
|
status < 4
|
||||||
<if test="createdBy!=null and createdBy!=''">
|
<if test="createdBy!=null and createdBy!=''">
|
||||||
and created_by=#{createdBy}
|
and created_by=#{createdBy} and status=1
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
</if>
|
</if>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue