|
@@ -412,7 +412,7 @@ public class QwSopTempServiceImpl implements IQwSopTempService
|
|
|
content.setIsBindUrl(1);
|
|
|
List<QwSopTempContent> qwSopTempContents = new ArrayList<>() ;
|
|
|
qwSopTempContents.add(content);
|
|
|
- if (sorts.get() == 0 && !temp.getModeContent().isEmpty()) {
|
|
|
+ if (sorts.get() == 0 && temp.getModeContent()!=null&&!temp.getModeContent().isEmpty()) {
|
|
|
QwSopTempContent content2 = new QwSopTempContent();
|
|
|
content2.setTempId(temp.getId());
|
|
|
content2.setContentType(3);
|