fix: 修复sql异常

This commit is contained in:
曹鹏飞 2024-04-15 13:57:43 +08:00
parent 016b1f8c15
commit 95d206c080
1 changed files with 2 additions and 2 deletions

View File

@ -106,10 +106,10 @@
</if>
<if test="dataType==0" >
<if test="technicianIs==0 ">
and created_by=#{createdBy} and status in (1,3)
created_by=#{createdBy} and status in (1,3)
</if>
<if test="technicianIs==1 ">
and (created_by=#{createdBy} or status=2 )
(created_by=#{createdBy} or status=2 )
</if>
</if>