Browse Source

修改SQL错误

chenw 7 years ago
parent
commit
6def3324c7

+ 1 - 1
applications/document/document-server/src/main/resources/mapper/CustomerMapper.xml

@@ -156,7 +156,7 @@
         #{cu_code,jdbcType=VARCHAR},
         #{cu_code,jdbcType=VARCHAR},
       </if>
       </if>
       <if test="cu_shortname !=null">
       <if test="cu_shortname !=null">
-        #{cu_shortname,jdbcType=VARCHAR}
+        #{cu_shortname,jdbcType=VARCHAR},
       </if>
       </if>
       <if test="cu_name != null">
       <if test="cu_name != null">
         #{cu_name,jdbcType=VARCHAR},
         #{cu_name,jdbcType=VARCHAR},