Browse Source

调整查询数据库的信息

user5 2 years ago
parent
commit
385d8baf00

+ 1 - 1
jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/reimbursementAccountant/mapper/xml/AccountantReimbursementBusinessTwoMapper.xml

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