koul 5 лет назад
Родитель
Сommit
50739993c5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/uas/service/Impl/CustomerServiceImpl.java

+ 1 - 1
src/main/java/com/uas/service/Impl/CustomerServiceImpl.java

@@ -618,7 +618,7 @@ public class CustomerServiceImpl implements CustomerService {
     public void updateCUGZStatus(List<String> list){
         if (list!=null&&list.size()>0) {
             baseDao.execute(
-                    "update customer set cu_gzstatus='正在关注' where cu_name in (select fb_name from fbbusiness where fb_tyshxycode in (" + list2String(list) + ")");
+                    "update customer set cu_gzstatus='正在关注' where cu_name in (select fb_name from fbbusiness where fb_tyshxycode in (" + list2String(list) + "))");
         }
     }