3254194295 преди 1 година
родител
ревизия
6b5258f865
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      platform-service/src/main/java/com/platform/service/yongyou/impl/YongyouServiceImpl.java

+ 1 - 1
platform-service/src/main/java/com/platform/service/yongyou/impl/YongyouServiceImpl.java

@@ -1916,7 +1916,7 @@ public class YongyouServiceImpl implements YongyouService {
         List<OutStoreDetailVO> detailVOS = outStoreFormVO.getDetailList();
         for (OutStoreDetailVO vo : detailVOS) {
             OtherOutDetail detail = new OtherOutDetail();
-            detail.setCdefine31(vo.getPositionName());
+            detail.setCdefine32(vo.getPositionName());
             detail.setId(vo.getSpareId());
             detail.setCinvcode(vo.getNo());
             detail.setCitem_class(vo.getProjectNo());