1、ebom 修复

This commit is contained in:
大米 2024-04-15 11:05:37 +08:00
parent 7639ec8dc1
commit 8f9f62ccc6
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
<if test="dataType==0" >
status &lt; 4
<if test="createdBy!=null and createdBy!=''">
and created_by=#{createdBy}
and created_by=#{createdBy} and status=1
</if>
</if>