Commit 75ee063d authored by huyuchen's avatar huyuchen

商险问题修改

parent eb146246
...@@ -326,7 +326,6 @@ ...@@ -326,7 +326,6 @@
a.UPDATE_TIME, a.UPDATE_TIME,
a.UPDATE_BY, a.UPDATE_BY,
a.CREATE_NAME, a.CREATE_NAME,
a.BPO_FLAG,
a.CREATE_TIME a.CREATE_TIME
</sql> </sql>
<sql id="tPaymentInfo_where"> <sql id="tPaymentInfo_where">
...@@ -1520,6 +1519,7 @@ ...@@ -1520,6 +1519,7 @@
<!--tPaymentInfo公积金推送查询--> <!--tPaymentInfo公积金推送查询-->
<select id="getTPaymentFundPushInfo" resultMap="tPaymentInfoMap"> <select id="getTPaymentFundPushInfo" resultMap="tPaymentInfoMap">
SELECT SELECT
a.BPO_FLAG,
<include refid="Base_Column_List"/> <include refid="Base_Column_List"/>
FROM t_payment_info a FROM t_payment_info a
<where> <where>
......
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