src/main/java/com/ruoyi/production/mapper/SalesLedgerProductionAccountingMapper.java
@@ -7,6 +7,9 @@ import com.ruoyi.production.pojo.SalesLedgerProductionAccounting; import org.apache.ibatis.annotations.Param; import java.util.List; import java.util.Map; /** * @author :yys * @date : 2025/7/21 14:38 @@ -18,4 +21,6 @@ IPage<SalesLedgerProductionAccountingDto> pageProductionAccounting(Page page, @Param("ew") SalesLedgerProductionAccountingDto salesLedgerProductionAccountingDto); List<Map<String, Object>> selectDailyWagesStats(@Param("startDate") String startDate, @Param("endDate") String endDate); }