duzhanfei commented on issue #8314:
URL: https://github.com/apache/shardingsphere/issues/8314#issuecomment-733506308
insert sql :
<insert id="savePscstPrdtCvr"
parameterType="com.sh.cdsp.customer.po.PscstPrdtCvr">
INSERT INTO pscst_prdt_cvr
<trim prefix="(" suffix=")" suffixOverrides=",">
<if test="bizDt != null">
BIZ_DT,
</if>
<if test="ecifCustNo != null">
ECIF_CUST_NO,
</if>
<if test="depFlg != null">
DEP_FLG,
</if>
<if test="dbtcdFlg != null">
DBTCD_FLG,
</if>
<if test="plmPyFlg != null">
PLM_PY_FLG,
</if>
<if test="pyGtwyFlg != null">
PY_GTWY_FLG,
</if>
<if test="sfsrvEqpSgngFlg != null">
SFSRV_EQP_SGNG_FLG,
</if>
<if test="atmblMrtgFlg != null">
ATMBL_MRTG_FLG,
</if>
<if test="hsMrtgFlg != null">
HS_MRTG_FLG,
</if>
<if test="hlpfmEtmnFlg != null">
HLPFM_ETMN_FLG,
</if>
<if test="psnlMangLnFlg != null">
PSNL_MANG_LN_FLG,
</if>
<if test="psnlCnsmLnFlg != null">
PSNL_CNSM_LN_FLG,
</if>
<if test="etcFlg != null">
ETC_FLG,
</if>
<if test="cscrdFlg != null">
CSCRD_FLG,
</if>
<if test="mblbnkFlg != null">
MBLBNK_FLG,
</if>
<if test="ebpSgngFlg != null">
EBP_SGNG_FLG,
</if>
</trim>
params:
<img width="724" alt="111"
src="https://user-images.githubusercontent.com/46663706/100192900-ba443c80-2f2d-11eb-8ef4-33ad429cba94.png">
proxy log:
<img width="944" alt="11"
src="https://user-images.githubusercontent.com/46663706/100192998-e95aae00-2f2d-11eb-9631-d845047a5708.png">
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]