|
@@ -26,7 +26,6 @@ public class CustInfomationTask extends AbstractTask{
|
|
|
* @param enUUList
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
- @TaskMapping(title = "客户信息下载", fixedDelay = 30000, method = Method.DOWNLOAD)
|
|
|
public void getCustInfomation(List<Map<String, Object>> enUUList) throws Exception {
|
|
|
List<String> sqls = new ArrayList<>();
|
|
|
for(Map<String, Object> enMap : enUUList){
|