|
@@ -74,7 +74,7 @@ public class SysPublicParamServiceImpl extends ServiceImpl<SysPublicParamMapper,
|
|
Integer hour = 20;
|
|
Integer hour = 20;
|
|
Integer min = 0;
|
|
Integer min = 0;
|
|
Integer second = 0;
|
|
Integer second = 0;
|
|
- if (startParam ==null&&startParam.getPublicValue()!=null){
|
|
|
|
|
|
+ if (startParam !=null&&startParam.getPublicValue()!=null){
|
|
String[] params = startParam.getPublicValue().split(":");
|
|
String[] params = startParam.getPublicValue().split(":");
|
|
if (params.length>0){
|
|
if (params.length>0){
|
|
hour = Integer.valueOf(params[0]);
|
|
hour = Integer.valueOf(params[0]);
|