|
|
@@ -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) + "))");
|
|
|
}
|
|
|
}
|
|
|
|