|
@@ -96,7 +96,7 @@
|
|
from
|
|
from
|
|
cw_project_report_signature_annotator sa
|
|
cw_project_report_signature_annotator sa
|
|
LEFT JOIN sys_user su on sa.create_by_id=su.id
|
|
LEFT JOIN sys_user su on sa.create_by_id=su.id
|
|
- where sa.create_by_id=(SELECT create_by_id from cw_project_report where id=#{reportId}) and sa.report_id=#{reportId}
|
|
|
|
|
|
+ where sa.create_by_id=(SELECT create_by_id from cw_project_report where id=#{reportId}) and sa.report_id=#{reportId} and sa.del_flag='0'
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
|