Browse Source

fix entity.setStatus(1);

xiewj 1 năm trước cách đây
mục cha
commit
203237ed5f

+ 1 - 1
720yun_fd_consumer/gis_consumer/src/main/java/com/gis/service/impl/WorkServiceImpl.java

@@ -45,7 +45,7 @@ public class WorkServiceImpl extends IBaseStrServiceImpl<WorkEntity, String> imp
         WorkEntity entity = new WorkEntity();
         entity.setId(SnowFlakeUUidUtils.getUuid("WK"));
         entity.setUserId(sceneQueueDTO.getPhoneNum());
-        entity.setStatus(0);
+        entity.setStatus(1);
         Date date = new Date();
         entity.setCreateTime(date);
         entity.setUpdateTime(date);