Quellcode durchsuchen

客户信息保存修改

wangli vor 4 Jahren
Ursprung
Commit
a40a8a8b08
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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>