|
@@ -1349,7 +1349,7 @@ FROM
|
|
|
or
|
|
|
t.report_drug_id in (select id from wm_report where drug_ent_id=#{query.drugEntId})
|
|
|
)
|
|
|
- <if test="query.approvedStatus != null and query.waitStatus != 0">
|
|
|
+ <if test="query.approvedStatus != null and query.waitStatus == null">
|
|
|
and (t.report_drug_approval_opinion in
|
|
|
<foreach collection="query.entTaskStatus" item="item" index="index" separator="," open="(" close=")">
|
|
|
#{item}
|