任务检验因排序问题导致数据缺失

master
FCD 21 hours ago
parent 5048f6183b
commit 55eeaa8beb

@ -172,8 +172,8 @@
left join qc_check_type_project qctp on td.type_project_id = qctp.id
left join lanju_op_cloud.dbo.sys_dict_data dic on dic.dict_value = td.unit_code and dic.status ='0' and dic.dict_type = 'unit'
where td.belong_to = #{belongTo} and td.del_flag='0' and qctp.del_flag = '0' and td.rule_name is not null
order by qctp.sort
</select>
order by td.property_code desc, td.project_id
</select>
<select id="getQcUnitList" resultType="com.op.system.api.domain.SysDictData">
select dict_label dictLabel,
dict_value dictValue

Loading…
Cancel
Save