|
|
|
@ -30,6 +30,9 @@ public class UpdateService {
|
|
|
|
|
return cardInfos;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//state 状态标识。0 未开始, 1, 正在进行, 3. 已经成功。 4. 失败。5. 不需要上传的
|
|
|
|
|
|
|
|
|
|
@PostConstruct
|
|
|
|
|
public void upload() {
|
|
|
|
|
String uniUrl = "http://192.168.8.74";
|
|
|
|
@ -118,7 +121,6 @@ public class UpdateService {
|
|
|
|
|
dataQuery.updateBatchState(cardInfo,4);
|
|
|
|
|
log.error(commonResult.getMsg());
|
|
|
|
|
}
|
|
|
|
|
// dataQuery.updateBatchState(cardInfo,4);
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
dataQuery.updateBatchState(cardInfo,4);
|
|
|
|
|
log.error(e.getMessage(),e);
|
|
|
|
|