diff --git a/src/main/resources/mapper/project/ProjectDao.xml b/src/main/resources/mapper/project/ProjectDao.xml index 98965126..d1caf1bf 100644 --- a/src/main/resources/mapper/project/ProjectDao.xml +++ b/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 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}) +