Sfoglia il codice sorgente

患者信息表增加认领逻辑

cgp 2 giorni fa
parent
commit
07f1e37892

+ 1 - 1
fs-service/src/main/resources/mapper/qw/FsCompanyCustomerMapper.xml

@@ -134,7 +134,7 @@
         INSERT IGNORE INTO fs_company_customer (customer_name, address, phone)
         VALUES
         <foreach collection="companyCustomers" item="item" separator=",">
-            (#{item.customerName}, #{item.address}, #{item.item.phone})
+            (#{item.customerName}, #{item.address}, #{item.phone})
         </foreach>
     </insert>