doum
8 天以前 074bcb8394fab66ce531c219e1e7de7c142ff2d5
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/YwElectricalBizService.java
@@ -21,6 +21,15 @@
    boolean handleElectricalNotify(String responseContent, String timestamp, String sign);
    /** 主动查询单个异步任务状态并同步本地记录 */
    String syncAsyncActionStatus(String oprId);
    /** 按充值记录 ID 手动同步(仅充值中电表记录) */
    String syncChargeStatusById(Integer chargeId);
    /** 定时批量查询处理中的异步任务状态(回调丢失时的补偿) */
    void syncPendingAsyncActionsScheduled();
    void syncMeterDataScheduled();
    /** 手动从第三方平台拉取抄表数据入库 */