懒羊羊
2023-11-25 9bd5461a1387becd4da03158061a1ed17ddf6a6c
guns-vip-main/src/main/java/cn/stylefeng/guns/modular/om/productionOrdeInfo/mapper/ProductionOrdeInfoMapper.java
@@ -53,7 +53,7 @@
     */
    Page<Map<String, Object>> customPageMapList(@Param("page") Page page, @Param("paramCondition") ProductionOrdeInfoParam paramCondition);
    List lineFinishQty();
    List<ProductionOrdeInfoResult> lineFinishQty();
    HashMap getOrderWeek();
@@ -62,4 +62,8 @@
    Integer getActualQtyByDate(@Param("testdateset") String str);
    List<ProductionOrdeInfoResult> getListMonth();
    List<ProductionOrdeInfoResult> getColumnarDate();
    List<ProductionOrdeInfoResult> orderDescListFive();
}