liukangdong
2024-09-27 597d26b944e1d8bd5772d1f9fac5ec92ba7d592a
server/service/src/main/java/com/doumee/service/business/CustomerLogService.java
@@ -54,7 +54,7 @@
     * @param customerLogs 实体集
     */
    void updateByIdInBatch(List<CustomerLog> customerLogs);
    void reSubmitAll(CustomerLog log);
    /**
     * 主键查询
     *
@@ -94,4 +94,6 @@
     * @return long
     */
    long count(CustomerLog customerLog);
    void reSubmit(CustomerLog customerLog);
}