| | |
| | | |
| | | [Route("Kf_EntrustOutBackBill/GetEntrustOutBackBillList")] |
| | | [HttpGet] |
| | | public object GetEntrustOutBackBillList(string sWhere) |
| | | public object GetEntrustOutBackBillList(string sWhere,string user) |
| | | { |
| | | //夿æ¯å¦ææ¥è¯¢æé |
| | | if (!DBUtility.ClsPub.Security_Log("Kf_EntrustOutBillQuery", 1, false, user)) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "æ æ¥è¯¢æé!"; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | |
| | | try |
| | | { |
| | | ds = oCn.RunProcReturn("select * from h_v_Kf_EntrustOutBillList " + sWhere + " order by æ¥æ desc", "h_v_Kf_EntrustOutBillList"); |