新采购-首页
This commit is contained in:
@ -116,6 +116,7 @@
|
|||||||
from biz_project_record
|
from biz_project_record
|
||||||
where date_format(create_date, '%Y%m') = #{vo.selectDate}
|
where date_format(create_date, '%Y%m') = #{vo.selectDate}
|
||||||
and app_manager_id = #{vo.appManagerId}
|
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
|
GROUP BY bid_method_dict ORDER BY bid_method_dict
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
Reference in New Issue
Block a user