Browse Source

no message

FengChaoYu 8 months ago
parent
commit
f6d073d64f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      mall-server-api/src/main/resources/mapper/DailyMapper.xml

+ 1 - 2
mall-server-api/src/main/resources/mapper/DailyMapper.xml

@@ -302,7 +302,7 @@
                 AND u.apply_type = 'WORKER'
                 AND wb.examine_status = 'OK'
         ) aa ON a.worker_number = aa.worker_number
-        left join settle_daily_bank_account b  on  aa.id_card = b.idcard
+        left join settle_daily_bank_account b on aa.id_card = b.idcard AND a.websit_number = b.websit_id
         left join settle_daily_issue_summary_record c  on c.id  = a.issue_salary_id
 
         <where>
@@ -324,7 +324,6 @@
                 and  a.issue_salary_id = #{issueSalaryId}
             </if>
         </where>
-
     </select>
 
     <select id="cwSummaryMonthList" resultType="com.gree.mall.manager.bean.settle.repair.DailyNotMonthSummaryCountBean">