Преглед на файлове

客户信息保存修改

wangli преди 4 години
родител
ревизия
a40a8a8b08
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      smart-city-platform/src/main/resources/mapper/CustomerMapper.xml

+ 1 - 1
smart-city-platform/src/main/resources/mapper/CustomerMapper.xml

@@ -147,7 +147,7 @@
             </if>
             <if test="customer.childrenNum!=null">#{customer.childrenNum,jdbcType=INTEGER},
             </if>
-            <if test="customer.payInvoiceType!=null">#{customer.pay_invoice_type,jdbcType=INTEGER},
+            <if test="customer.payInvoiceType!=null">#{customer.payInvoiceType,jdbcType=INTEGER},
             </if>
         </trim>
     </insert>