zouyu
23 小时以前 004ee58feda41620f621db1fb8773f1b56eaf71e
inspect-server/src/main/java/com/ruoyi/inspect/service/RawMaterialOrderService.java
@@ -43,7 +43,7 @@
     */
    IPage<IfsInventoryQuantityDto> getIfsByStateOne(IPage<IfsInventoryQuantityDto> page, IfsInventoryQuantityDto ifsInventoryQuantityDto);
    int inspectionReport(List<Long> ids);
    int inspectionReport(List<Long> ids,String orderType);
    int revokeInspectionReport(Long id);
@@ -156,4 +156,6 @@
    Result importSplitOrderData(MultipartFile file, Long ifsId, HttpServletRequest request);
    boolean confirmSplitOrder(OrderSplitDTO orderSplitDTO);
    Long getOrderCountByIfsId(Long ifsId);
}