fix: 修复sql异常
This commit is contained in:
parent
016b1f8c15
commit
95d206c080
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue