|
@@ -63,8 +63,6 @@ public class WorkServiceImpl extends IBaseStrServiceImpl<WorkEntity, String> imp
|
|
|
}
|
|
|
if (ObjectUtil.isNotEmpty(sceneQueueDTO.getPayStatus())){
|
|
|
entity.setPayStatus(sceneQueueDTO.getPayStatus());
|
|
|
- }else {
|
|
|
- entity.setPayStatus(0);
|
|
|
}
|
|
|
entity.setShootTime(sceneQueueDTO.getCreateTime());
|
|
|
entity.setCreateTime(sceneQueueDTO.getCreateTime());
|