修改注释

广州市市一联众
zhanghai 12 months ago
parent 15462c6a27
commit 966e66abec

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

@ -15,4 +15,5 @@ ON [dbo].[t_card_info_upload] (
) )
// t_card_info_upload id --
-- t_card_info_upload id
Loading…
Cancel
Save