chenlu
2024-03-01 0710a8c37df5b8e2a94ba53c1f8c84e06d668d04
north-glass-erp/src/main/java/com/example/erp/service/pp/ProductionSchedulingService.java
@@ -25,6 +25,13 @@
    //带时间查询
    public Map<String, Object> SelectSchedulingSv(String selectTime1, String selectTime2, String orderId,String processes, Integer state, ProductionScheduling productionScheduling ) {
        Map<String, Object> map = new HashMap<>();
        if(orderId.equals("null")){
            orderId="";
        }
        if (processes.equals("null")){
            processes="";
        }
        if (state==2){//已排产
            map.put("data", productionSchedulingMapper.SelectOkSchedulingMp(selectTime1, selectTime2,orderId,processes, productionScheduling));