|
@@ -46,9 +46,9 @@
|
|
|
keyColumn="id"
|
|
|
keyProperty="id">
|
|
|
INSERT INTO financial_expenditure (batch_no_, financial_process_no_, dingtalk_process_no_,
|
|
|
- organ_id_, cooperation_organ_id_, apply_user_, apply_user_id_, amount_, item_detail_,
|
|
|
+ process_id_,organ_id_, cooperation_organ_id_, apply_user_, apply_user_id_, amount_, item_detail_,
|
|
|
payment_time_, cause_, create_time_, update_time_, fee_project_, type_, tenant_id_)
|
|
|
- VALUES (#{batchNo}, #{financialProcessNo}, #{dingtalkProcessNo}, #{organId}, #{cooperationOrganId},
|
|
|
+ VALUES (#{batchNo}, #{financialProcessNo}, #{dingtalkProcessNo},#{processId}, #{organId}, #{cooperationOrganId},
|
|
|
#{applyUser}, #{applyUserId}, #{amount},
|
|
|
#{itemDetail}, #{paymentTime}, #{cause}, now(), now(),
|
|
|
#{feeProject,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
@@ -59,10 +59,10 @@
|
|
|
keyColumn="id"
|
|
|
keyProperty="id">
|
|
|
INSERT INTO financial_expenditure (batch_no_,financial_process_no_,dingtalk_process_no_,
|
|
|
- organ_id_,cooperation_organ_id_,apply_user_,amount_,item_detail_,payment_time_,cause_,create_time_,update_time_,fee_project_,type_,tenant_id_)
|
|
|
+ process_id_,organ_id_,cooperation_organ_id_,apply_user_,amount_,item_detail_,payment_time_,cause_,create_time_,update_time_,fee_project_,type_,tenant_id_)
|
|
|
VALUES
|
|
|
<foreach collection="financialExpenditures" item="item" separator=",">
|
|
|
- (#{item.batchNo},#{item.financialProcessNo},#{item.dingtalkProcessNo},#{item.organId},
|
|
|
+ (#{item.batchNo},#{item.financialProcessNo},#{item.dingtalkProcessNo},#{item.organId},#{item.processId},
|
|
|
#{item.cooperationOrganId},#{item.applyUser},#{item.amount},
|
|
|
#{item.itemDetail},#{item.paymentTime},#{item.cause},now(),now(),
|
|
|
#{item.feeProject,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|