chen_yjin пре 5 месеци
родитељ
комит
e7b7bd57ef
2 измењених фајлова са 4 додато и 3 уклоњено
  1. 2 1
      JLHHJSvr/DataStore/web_bednet_choose.xml
  2. 2 2
      JLHHJSvr/Helper/MattressHelper.cs

+ 2 - 1
JLHHJSvr/DataStore/web_bednet_choose.xml

@@ -11,7 +11,8 @@
 		u_bednet.mattress_height,
 		u_bednet.createtime,
 		u_bednet.bednetname,
-		u_bednet.nottax_factory_cost
+		u_bednet.nottax_factory_cost,
+		u_bednet_type.typename
 		from u_bednet
 		inner join u_bednet_type ON u_bednet_type.bednettypeid = u_bednet.bednettypeid
 	</selectstr>

+ 2 - 2
JLHHJSvr/Helper/MattressHelper.cs

@@ -1433,7 +1433,7 @@ namespace JLHHJSvr.Helper
             }
             catch (Exception ex)
             {
-                throw new LJCommonException($"计算{name}公式错误!expression: {expression},exception: {ex.Message}");
+                throw new LJCommonException($"计算{name}公式错误: {ex.Message}");
             }
         }
         /// <summary>
@@ -1454,7 +1454,7 @@ namespace JLHHJSvr.Helper
             }
             catch (Exception ex)
             {
-                throw new LJCommonException($"计算{name}公式错误!expression: {expression},exception: {ex.Message}");
+                throw new LJCommonException($"计算{name}公式错误: {ex.Message}");
             }
         }
         #endregion