|
|
@@ -175,7 +175,7 @@ public class ZcrmViewCustomerAddressSelServiceImpl extends BaseServiceImpl<ZcrmV
|
|
|
List<ZcrmViewCustomerAddressSel> existingItems = new ArrayList<>();
|
|
|
try {
|
|
|
List<Object> params = new ArrayList<>();
|
|
|
- StringBuilder sql = new StringBuilder("SELECT * FROM ZCRM_View_CustomerAddress_Sel WHERE ");
|
|
|
+ StringBuilder sql = new StringBuilder("SELECT * FROM zcrm_view_customeraddress_sel WHERE ");
|
|
|
|
|
|
List<String> conditionParts = new ArrayList<>();
|
|
|
for (ZcrmViewCustomerAddressSel item : validItems) {
|