问题修复
This commit is contained in:
parent
e2ed0e7e6d
commit
334bde0d33
|
|
@ -1957,7 +1957,7 @@
|
||||||
|
|
||||||
FROM
|
FROM
|
||||||
bm_agreement_info bai
|
bm_agreement_info bai
|
||||||
|
LEFT JOIN bm_unit bu on bai.unit_id = bu.unit_id
|
||||||
where
|
where
|
||||||
bai.project_id = #{projectId} and bai.project_unit_id = #{unitId}
|
bai.project_id = #{projectId} and bai.project_unit_id = #{unitId}
|
||||||
AND bu.type_id =1731
|
AND bu.type_id =1731
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue