Commit baf2a439 by jinxin

sql处理

parent a567e254
...@@ -120,12 +120,12 @@ ...@@ -120,12 +120,12 @@
<if test="qrCode != null"> <if test="qrCode != null">
qr_code, qr_code,
</if> </if>
<if test="addNum != null">
add_num,
</if>
<if test="openConcatFlag != null"> <if test="openConcatFlag != null">
open_concat_flag, open_concat_flag,
</if> </if>
<if test="addNum != null">
add_num,
</if>
</trim> </trim>
<trim prefix="values (" suffix=")" suffixOverrides=","> <trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="staffId != null"> <if test="staffId != null">
......
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