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());