2 년 전
부모
커밋
07ffd294a8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      platform-rest/src/main/java/com/platform/rest/controller/sb/SbUpdateLogController.java

+ 1 - 1
platform-rest/src/main/java/com/platform/rest/controller/sb/SbUpdateLogController.java

@@ -70,7 +70,7 @@ public class SbUpdateLogController {
             sbInfo.setPositionNo("暂无");
             sbInfo.setPositionNo(dto.getSbId());
             if (dto.getOtherType().equals(SbMeasureLogOtherTypeEnum.IN_STORE.getValue())) {
-                sbInfo.setStatus(SbInfoStatusEnum.IN_STORE.getValue());
+                sbInfo.setStatus(SbInfoStatusEnum.IN_BACK.getValue());
             }else if (dto.getOtherType().equals(SbMeasureLogOtherTypeEnum.BAO_FEI.getValue())){
                 sbInfo.setStatus(SbInfoStatusEnum.SCRAPED.getValue());
             }