Browse Source

2025-07-11

工具跳转的时候提示没有BM,实际是有的
master
fengyuan_yang 6 months ago
parent
commit
4a1f848521
  1. 3
      src/main/resources/mapper/project/ProjectDao.xml

3
src/main/resources/mapper/project/ProjectDao.xml

@ -676,7 +676,8 @@ update_by,update_date,priority,site,id,project_desc,customer_remark,remark,need_
final_part_no final_part_no
from from
plm_project_part plm_project_part
where site = #{site} and (test_part_no = #{testPartNo} or final_part_no= #{testPartNo}) and now_bm is not null
where site = #{site} and (test_part_no = #{testPartNo} or final_part_no= #{testPartNo})
<!-- and now_bm is not null-->
</select> </select>
<select id="queryProjectCustomer" resultType="com.spring.modules.customer.vo.CustomerInformationVo"> <select id="queryProjectCustomer" resultType="com.spring.modules.customer.vo.CustomerInformationVo">

Loading…
Cancel
Save