insert into b_advancecontrol
${key}
values
#{advancecontrol[${key}]}
update b_advancecontrol set failures=(failures+1)
where failDate=#{transDate} and cardNum=#{cardOrAccount}
and
transChannelCode=#{transChannelCode} and
errorTypeCode=#{errorTypeCode}
insert into b_sendmsgb
${key}
values
#{advancecontrol[${key}]}
insert into b_sendmsgb
${key}
values
#{signMsgSaveSendMsgB[${key}]}
insert into b_sendpacketmsg
${key}
values
#{signWechatSaveSendPacketMsg[${key}]}
insert into b_sendpacketmsg
${key}
values
#{nullMobilePhone[${key}]}
insert into b_sendpacketmsg
${key}
values
#{cloudInsertSendPacketMsg[${key}]}
update s_dictionary set dictionaryVaule=#{thisAcctOnlyFlag} where dictionaryKey="online_acctOnlyFlag"