| | |
| | | ModifyDate = Medicat.modify_date |
| | | }).ToList(); |
| | | // 䏿¬¡æ§æ¹éæå
¥æ°æ®åº |
| | | Db.Insertable(entityList).ExecuteCommand(); |
| | | BaseDal.Db.Insertable(entityList).ExecuteCommand(); |
| | | |
| | | ProductSynchronous(); |
| | | return responseContent.OK("忥æå"); |
| | |
| | | if (resp!=null&&resp.code=="0") |
| | | { |
| | | //æ´æ°è¯åç¶æ-已宿 |
| | | Db.Updateable<Dt_MedicineGoods>() |
| | | BaseDal.Db.Updateable<Dt_MedicineGoods>() |
| | | .SetColumns(x => x.GoodStatus == "ä¸å宿") |
| | | .Where(x => x.Goods_no == item.Goods_no) |
| | | .ExecuteCommand(); |
| | |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | Console.WriteLine("ProductSynchronous å¼å¸¸ï¼" + ex.Message); |
| | | return new WebResponseContent { Status = false, Message = ex.Message }; |
| | | } |
| | | |