Commit 337e0325 by yinyong

mapper映射文件修改

parent 03fc157b
......@@ -238,7 +238,7 @@
This element is automatically generated by MyBatis Generator, do not modify.
-->
<choose>
<when test="shardParam.shardParam != null and shardParam.shardParam != ''">
<when test="shardParam != null and shardParam != ''">
insert into dc_base_finance_amazon
</when>
<otherwise>
......@@ -524,7 +524,7 @@
This element is automatically generated by MyBatis Generator, do not modify.
-->
<choose>
<when test="shardParam.shardParam != null and shardParam.shardParam != ''">
<when test="shardParam != null and shardParam != ''">
update dc_base_finance_amazon
</when>
<otherwise>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment