Commit a34f334f authored by KeYong's avatar KeYong

更新

parent ff755922
......@@ -26,6 +26,7 @@ import org.springframework.beans.factory.annotation.Value;
import org.springframework.core.io.Resource;
import org.springframework.stereotype.Service;
import org.springframework.util.CollectionUtils;
import org.springframework.util.ObjectUtils;
import org.typroject.tyboot.core.foundation.utils.Bean;
import java.io.IOException;
......@@ -173,7 +174,7 @@ public class EquipmentFireEquipmentServiceImpl implements IEquipmentFireEquipmen
@Override
public Object automaticExecutePoint(Integer index) {
if (index == null) {
if (ObjectUtils.isEmpty(index)) {
return false;
}
String json;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment