新采购-首页

This commit is contained in:
yss
2025-01-20 10:42:58 +08:00
parent 2cd8f470bf
commit 8783981d9b

View File

@ -116,6 +116,7 @@
from biz_project_record
where date_format(create_date, '%Y%m') = #{vo.selectDate}
and app_manager_id = #{vo.appManagerId}
and bid_method_dict in ('procurement_mode_1','procurement_mode_2','procurement_mode_13','procurement_mode_5','procurement_mode_16')
GROUP BY bid_method_dict ORDER BY bid_method_dict
</select>
</mapper>