guoyujie
2025-08-05 05bdac87f9b8d14f43b2fc3b5f361c6c17ee4179
north-glass-erp/src/main/java/com/example/erp/service/sd/BasicOtherMoneyService.java
@@ -58,4 +58,11 @@
        basicOtherMoneyMapper.insert(newBasicOtherMoney);
        return true;
    }
    public List<BasicOtherMoney> findAllByState() {
       return basicOtherMoneyMapper.selectList(
               new QueryWrapper<BasicOtherMoney>().
                       eq("state",1).
                       like("`column`","S"));
    }
}