| | |
| | | #region åºè¿å è·ååè¡¨æ°æ® |
| | | [Route("WLYayBillController/GetList")] |
| | | [HttpGet] |
| | | public object GetList(string hmainid, string user) |
| | | public object GetList(string hmainid_hsubid, string user) |
| | | { |
| | | try |
| | | { |
| | |
| | | } |
| | | |
| | | |
| | | DataSet ds = oCN.RunProcReturn("select * from h_v_Gy_MaterialPackingRelation where hmainid=" + hmainid, "WL_YayBillMain"); |
| | | string sql = $"select * from h_v_Gy_MaterialPackingRelation where hmainid_hsubid in (" + hmainid_hsubid + ")"; |
| | | |
| | | // æ§è¡æ¥è¯¢ |
| | | DataSet ds = oCN.RunProcReturn(sql, "WL_YayBillMain"); |
| | | |
| | | |
| | | //æ·»å åå |