wushunjie
杜函宇 7 months ago
parent eb6544a5d5
commit 2196bbcc17

@ -46,7 +46,7 @@
WHERE YEAR(
NOW()) = ns.project_year
GROUP BY ns.project_small_type) AS ns ON c.dict_value = ns.project_small_type
WHERE a.dict_type = 'project_categories'
WHERE a.dict_type = 'project_categories' and a.dict_value != 11
ORDER BY CAST(c.dict_value AS UNSIGNED);
</select>
<select id="getProjectTracking" resultType="com.ruoyi.jjh.ent.entity.response.ProjectTrackingResponse">

Loading…
Cancel
Save