YL
2021-08-27 0c3d07262e46e3efe0b4ea56d905a67c3f30ccd9
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