wangli 4 лет назад
Родитель
Сommit
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>