廖井涛
2024-07-11 0fc373456bdc51d83ca520d05693f5031bfce9d8
north-glass-erp/src/main/java/com/example/erp/service/pp/FlowCardService.java
@@ -101,6 +101,7 @@
    public Map<String, Object> selectNoCardSv(String orderId, String productionId, FlowCard flowCard) {
        Map<String, Object> map = new HashMap<>();
        map.put("data", flowCardMapper.selectNoCardMp(orderId, productionId, flowCard));
        map.put("orderOtherMoney", flowCardMapper.selectorderOtherMoney());
        return map;
    }