自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-12-08 b9bcd8b66f99d4fae15ae6e2e9fad63c0f415050
src/main/java/com/zy/common/service/erp/ErpService.java
@@ -26,7 +26,8 @@
     * 获取GOODS表
     */
    public List<Goods> selectGoods(Integer IsGetData) {
        String sql = "select * from InStockBillEntry where IsGetData = '" + IsGetData +"'";
//        String sql = "select * from Goods where IsGetData = '" + IsGetData +"'";
        String sql = "select * from Goods where 1=1";
        return erpSqlServer.select(sql, Goods.class);
    }