user5 1 anno fa
parent
commit
7a2b8828ae

+ 1 - 1
jeeplus-modules/jeeplus-finance/src/main/java/com/jeeplus/finance/projectRecords/mapper/xml/CwProjectRecordsMapper.xml

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