MyBatis self-increment and SQL keyword in processing

Source: Internet
Author: User

<update id= "Updatereturnorderstatus" parametertype= "Java.util.Map" >
Update lte_tfj_data_deal Set Status=#{status}
<if test= "DealTime! = null" >
, deal_times=deal_times+#{dealtime} <!--self-growth 1--
</if>
where order_id in
<foreach item= "Item" index= "index" collection= "OrderIDs" open= "(" separator= "," close= ")" >
#{item}
</foreach>
</update>

1, incoming parameters:

map<string,object> map = new hashmap<string,object> ();

Map.put ("DealTime", 1);

Map.put ("OrderIDs", orderids);//orderids can be a string array or list

2,update Test Set Test_count=test_count+1

It took two hours to figure out how this could be done, crashing.

3,mybatis Execution sql***

MyBatis self-increment and SQL keyword in processing

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.