当前位置:网站首页>Continuous modification of business scenario functions

Continuous modification of business scenario functions

2022-07-04 23:55:00 Jinan medical applet champion

Raw material information management

0.1 The editor brings in the login information .

Restart the background

 

Modified C# Code

 

// Edit and update data value content  
        public void Update(AddOrUpdatebaseMaterialReq obj)
        {

            var user = _auth.GetCurrentUser().User;

            UnitWork.Update<baseMaterial>(u => u.Id == obj.Id, u => new baseMaterial
            {
                mName=obj.mName,
                model=obj.model,
                specs=obj.specs,
                brandId=obj.brandId,
                typeId=obj.typeId,
                unitId=obj.unitId,
                p

原网站

版权声明
本文为[Jinan medical applet champion]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/185/202207042347584498.html

随机推荐