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