1
沈泽
2021-09-22 ce0f27009ef4b09008381b9edf4871e94aaadd23
WebAPI/Controllers/MJGL/Sc_MouldMoveStockStepInBillListController .cs
@@ -43,13 +43,13 @@
        {
            if (sWhere == null || sWhere.Equals(""))
            {
                return new SQLHelper.ClsCN().RunProcReturn("select * from h_v_Sc_MouldMoveStockStepOutBill ", "h_v_Sc_MouldMoveStockStepOutBill");
                return new SQLHelper.ClsCN().RunProcReturn("select * from h_v_Sc_MouldMoveStockStepInBillListDetail ", "h_v_Sc_MouldMoveStockStepInBillListDetail");
            }
            else
            {
                string sql1 = "select * from h_v_Sc_MouldMoveStockStepOutBill where 1 = 1 ";
                string sql1 = "select * from h_v_Sc_MouldMoveStockStepInBillListDetail where 1 = 1 ";
                string sql = sql1 + sWhere;
                return new SQLHelper.ClsCN().RunProcReturn(sql, "h_v_Sc_MouldMoveStockStepOutBill");
                return new SQLHelper.ClsCN().RunProcReturn(sql, "h_v_Sc_MouldMoveStockStepInBillListDetail");
            }
        }