|
|
@@ -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>
|
|
|
|