|
@@ -88,7 +88,7 @@ public class ScenePayStatusListener {
|
|
|
}
|
|
|
for (String sceneCode : param.getSceneCodes()) {
|
|
|
WorkEntity workEntity=workService.findByNum(sceneCode);
|
|
|
- if (ObjectUtil.isNotEmpty(workEntity)){
|
|
|
+ if (ObjectUtil.isNotNull(workEntity)){
|
|
|
//修改状态
|
|
|
workEntity.setPayStatus(param.getPayStatus());
|
|
|
workService.update(workEntity);
|