工具跳转的时候提示没有BM,实际是有的
@ -676,7 +676,8 @@ update_by,update_date,priority,site,id,project_desc,customer_remark,remark,need_
final_part_no
from
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 id="queryProjectCustomer" resultType="com.spring.modules.customer.vo.CustomerInformationVo">