Commit e518d592 authored by solho's avatar solho

關帳FIXED

parent 039f18f0
...@@ -270,7 +270,7 @@ namespace WebAPI.Controllers ...@@ -270,7 +270,7 @@ namespace WebAPI.Controllers
if (objPermission_furtherSql["firmID"] != null && !string.IsNullOrWhiteSpace(objPermission_furtherSql["firmID"].ToString())) if (objPermission_furtherSql["firmID"] != null && !string.IsNullOrWhiteSpace(objPermission_furtherSql["firmID"].ToString()))
{ {
wherecasei += " and targetid in(" + objPermission_furtherSql["firmID"].ToString() + ")"; wherecasei += " and targetid in(" + objPermission_furtherSql["firmID"].ToString() + ")";
wherecaseu += " and targetid in(" + objPermission_furtherSql["firmID"].ToString() + ")"; wherecaseu += " and a.id in(" + objPermission_furtherSql["firmID"].ToString() + ")";
} }
} }
DateTime Settle_Date = Convert.ToDateTime(obj_input["Settle_Date"].ToString()); DateTime Settle_Date = Convert.ToDateTime(obj_input["Settle_Date"].ToString());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment