소스 검색

换绑机具记录存userid

lichunlei 1 년 전
부모
커밋
6c5bdf4564
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      AppStart/Helper/SycnSpServer/SycnSpChangeBindService.cs

+ 1 - 1
AppStart/Helper/SycnSpServer/SycnSpChangeBindService.cs

@@ -113,7 +113,7 @@ namespace MySystem
                                 ChangeId = add.Id, //订单Id
                                 BackProductType = oldpos.BrandId, //退回产品类型
                                 BackProductName = oldPosBrand.Name, //退回产品名称
-                                UserId = 0, //创客
+                                UserId = oldpos.BuyUserId, //创客
                                 BackSnNo = oldpos.PosSn, //设备SN编号
                                 OutProductType = newpos.BrandId, //出库产品类型
                                 OutProductName = newPosBrand.Name, //出库产品名称