解决sql报错的问题
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<where>
|
<where>
|
||||||
<choose>
|
<choose>
|
||||||
<when test="experiment.pageName == 'audit'">
|
<when test="experiment.pageName == 'audit'">
|
||||||
AND (r.auditor=#{loginUser.id} and r.status='PROOFREAD_PASS') or (r.proofreader=#{loginUser.id} and r.status='INIT')
|
AND ((r.auditor=#{loginUser.id} and r.status='PROOFREAD_PASS') or (r.proofreader=#{loginUser.id} and r.status='INIT')
|
||||||
or (r.confirmer=#{loginUser.id} and r.status='AUDIT_PASS' ))
|
or (r.confirmer=#{loginUser.id} and r.status='AUDIT_PASS' ))
|
||||||
</when>
|
</when>
|
||||||
<otherwise>
|
<otherwise>
|
||||||
|
|||||||
Reference in New Issue
Block a user