|
|
@ -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"> |
|
|
|