Commit 50815ee459c37c01309cbfdcb1a92efb9a588b8d
1 parent
6fa1b574
人机材导入修改
Showing
3 changed files
with
3 additions
and
3 deletions
urbanops-module-garden/src/main/resources/mapper/departmentcost/DepartmentCostMapper.xml
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | |
| 5 | 5 | <select id="selectDuplicateIds" resultType="java.lang.Long"> |
| 6 | 6 | SELECT id |
| 7 | - FROM td_department_cost | |
| 7 | + FROM garden_department_cost | |
| 8 | 8 | WHERE |
| 9 | 9 | <foreach collection="keyList" item="key" separator="OR"> |
| 10 | 10 | (salary_month = #{key.salaryMonth} AND expense_name = #{key.expenseName} and company_id=#{key.companyId}) | ... | ... |
urbanops-module-garden/src/main/resources/mapper/personalcost/PersonalCostMapper.xml
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | |
| 5 | 5 | <select id="selectDuplicateIds" resultType="java.lang.Long"> |
| 6 | 6 | SELECT id |
| 7 | - FROM td_personal_cost | |
| 7 | + FROM garden_personal_cost | |
| 8 | 8 | WHERE |
| 9 | 9 | <foreach collection="keyList" item="key" separator="OR"> |
| 10 | 10 | (salary_month = #{key.salaryMonth} AND name = #{key.name}) | ... | ... |
urbanops-module-garden/src/main/resources/mapper/waterfee/WaterFeeMapper.xml
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | |
| 6 | 6 | <select id="selectDuplicateIds" resultType="java.lang.Long"> |
| 7 | 7 | SELECT id |
| 8 | - FROM td_water_fee | |
| 8 | + FROM garden_water_fee | |
| 9 | 9 | WHERE |
| 10 | 10 | <foreach collection="keyList" item="key" separator="OR"> |
| 11 | 11 | (fee_month = #{key.feeMonth} AND meter_code = #{key.meterCode}) | ... | ... |