bug修复

master
zhaoxiaolin 4 weeks ago
parent 6c64b4cd8e
commit 57c464660e

@ -212,7 +212,7 @@
<!--,qcp.check_standard checkStandard--> <!--,qcp.check_standard checkStandard-->
from qc_check_type_project qctp from qc_check_type_project qctp
left join qc_check_project qcp on qcp.id = qctp.project_id left join qc_check_project qcp on qcp.id = qctp.project_id
where qctp.del_flag = '0' and qctp.status = '1' where qctp.del_flag = '0' and qcp.del_flag = '0'
and qctp.group_id = #{groupId} and qctp.group_id = #{groupId}
and qctp.type_id = #{typeId} and qctp.type_id = #{typeId}
order by qctp.sort order by qctp.sort

Loading…
Cancel
Save