瀏覽代碼

修改SQL错误

chenw 7 年之前
父節點
當前提交
6def3324c7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      applications/document/document-server/src/main/resources/mapper/CustomerMapper.xml

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

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