仲国强
2021-08-27 acb137729948d4e3d5e99864338c203d68993b9d
WebAPI/Controllers/Sc_CheckToolsRepairWorkBillController.cs
@@ -475,7 +475,11 @@
        public static DataSet Sc_MouldConkBookBillList_s(string sWhere)
        {
            return new SQLHelper.ClsCN().RunProcReturn("select * from h_v_Sc_MouldConkBookBillList ", "h_v_Sc_MouldConkBookBillList");
            if (sWhere != "" || sWhere != null)
            {
                sWhere = " where 1=1 " + sWhere;
            }
            return new SQLHelper.ClsCN().RunProcReturn("select * from h_v_Sc_MouldConkBookBillList "+sWhere+"", "h_v_Sc_MouldConkBookBillList");
        }
        #endregion