|
@@ -23,10 +23,10 @@
|
|
|
update t_users_auth_info
|
|
|
<choose>
|
|
|
<when test="type != null and type == 1">
|
|
|
- set call_counts = call_counts+1
|
|
|
+ set call_counts = call_counts+#{count}
|
|
|
</when>
|
|
|
<when test="type != null and type == 2">
|
|
|
- set call_counts = call_counts-1
|
|
|
+ set call_counts = call_counts-#{count}
|
|
|
</when>
|
|
|
</choose>
|
|
|
<where>
|