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