@@ -90,7 +90,7 @@
<select id="findSelectList"
resultType="com.jeeplus.test.reimbursementAccountant.domain.dto.AccountantReimbursementDTO">
- select id,business_code from zs_reimbursement_info where business_code is not null and business_code != '' group by business_code
+ select id,business_code from zs_reimbursement_accountant_info where business_code is not null and business_code != '' group by business_code
</select>