|
@@ -119,18 +119,18 @@
|
|
|
resultType="com.jeeplus.test.reimbursementAccountant.domain.dto.AccountantReimbursementBusinessTwoDTO">
|
|
|
select
|
|
|
<include refid="zsReimbursementBusinessAccountantInfoColumns"/>
|
|
|
- from zs_reimbursement_business_accountant_info a
|
|
|
+ from zs_reimbursement_business_info a
|
|
|
where id=#{id}
|
|
|
</select>
|
|
|
|
|
|
|
|
|
<delete id="delPhysicsById">
|
|
|
- delete from zs_reimbursement_business_accountant_info
|
|
|
+ delete from zs_reimbursement_business_info
|
|
|
where id = #{id}
|
|
|
</delete>
|
|
|
|
|
|
<delete id="deleteByList">
|
|
|
- delete from zs_reimbursement_business_accountant_info
|
|
|
+ delete from zs_reimbursement_business_info
|
|
|
<where>
|
|
|
<if test="idList != null and idList.size>0">
|
|
|
and id in
|
|
@@ -142,7 +142,7 @@
|
|
|
</delete>
|
|
|
|
|
|
<update id="modifyBindCode">
|
|
|
- update zs_reimbursement_business_accountant_info
|
|
|
+ update zs_reimbursement_business_info
|
|
|
set
|
|
|
business_code_id=#{businessCode}
|
|
|
where id=#{ids}
|