|
@@ -357,7 +357,7 @@
|
|
|
left join cw_work_contract_info cw_wci on cw_wci.id = a.contract_id and cw_wci.del_flag = '0'
|
|
|
left join cw_work_client_base cw_wcb on cw_wci.client_contacts = cw_wcb.id and cw_wcb.del_flag = '0'
|
|
|
left join cw_project_business_type cw_pbt on cw_pbt.id = a.business_type and cw_pbt.del_flag = '0'
|
|
|
- where a.del_flag = '0' and a.id = ${id}
|
|
|
+ where a.del_flag = '0' and a.id = #{id}
|
|
|
</select>
|
|
|
|
|
|
<delete id="deleteProjectClientInfoByProjectId">
|