|
@@ -85,7 +85,7 @@
|
|
|
|
|
|
|
|
<!-- 修改欠费统计信息 add by wuxw 2018-07-03 -->
|
|
<!-- 修改欠费统计信息 add by wuxw 2018-07-03 -->
|
|
|
<update id="updateReportOweFeeInfo" parameterType="Map">
|
|
<update id="updateReportOweFeeInfo" parameterType="Map">
|
|
|
- update report_owe_fee t set
|
|
|
|
|
|
|
+ update report_owe_fee t
|
|
|
<set>
|
|
<set>
|
|
|
<if test="newBId != null and newBId != ''">
|
|
<if test="newBId != null and newBId != ''">
|
|
|
t.b_id = #{newBId},
|
|
t.b_id = #{newBId},
|