|
@@ -1772,7 +1772,7 @@ namespace JLHHJSvr.Helper
|
|
|
public List<u_mattress_mx_extra> GetMattressMxExtra(int mattressid, int typeid)
|
|
|
{
|
|
|
var mxList = new List<u_mattress_mx_extra>();
|
|
|
- var outputFields = @"mattressmxid,mattressid,extraid,extratypename,extraname,price,dscrp,qty";
|
|
|
+ var outputFields = @"mattressmxid,mattressid,extraid,extramxid,extratypename,extraname,price,dscrp,qty";
|
|
|
var selectStr = @"
|
|
|
SELECT
|
|
|
u_mattress_mx_extra.mattressid,
|