feat: There is no way the, 改改改 从企标计划开始 改到 企标标准入库及企标库 改至计划已确认关联之多…… 待改完

This commit is contained in:
396572590@qq.com
2022-06-28 18:14:53 +08:00
parent dd0676c577
commit e42500f3c4
@@ -541,7 +541,7 @@
(SELECT GROUP_CONCAT(UNAME) from ts_user WHERE find_in_set(USID,wg_leader) ) as wg_leaderName
from es_revise_plan
left join sar_bussioness_stand on sar_bussioness_stand.ID = es_revise_plan.rqb_json
where es_name = #{esName}
where es_name = #{esName} and buss_sort = #{bussSort}
<if test="id != null and id != '' ">
and es_revise_plan.id != #{id}
</if>