| | |
| | | #region äº§éæ±æ¥åè¡¨æ° |
| | | [Route("Sc_MESProductReportStepBill/Get_Sc_MESProductReportBillList")] |
| | | [HttpGet] |
| | | public object Get_Sc_MESProductReportBillList(string sWhere) |
| | | public object Get_Sc_MESProductReportBillList(string sWhere, string user) |
| | | { |
| | | try |
| | | { |
| | | //夿æ¯å¦ææ¥è¯¢æé |
| | | if (!DBUtility.ClsPub.Security_Log("MES_ProcExchReport_Query", 1, false, user)) |
| | | { |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 0; |
| | | objJsonResult.Message = "æ æéæ¥è¯¢!"; |
| | | objJsonResult.data = null; |
| | | return objJsonResult; |
| | | } |
| | | if (sWhere == null || sWhere.Equals("")) |
| | | { |
| | | ds = oCN.RunProcReturn("select * from h_v_IF_ICMOBillWorkQtyStatus_Tmp " + sWhere + "order by åæ®å· desc", "h_v_IF_ICMOBillWorkQtyStatus_Tmp"); |