|
@@ -122,7 +122,7 @@ public class FsUserSignScrmServiceImpl implements IFsUserSignScrmService
|
|
|
@Override
|
|
|
@Transactional
|
|
|
public Long sign(FsUserScrm user) {
|
|
|
- String json=configService.selectConfigByKey("store.sign");
|
|
|
+ String json=configService.selectConfigByKey("his.sign");
|
|
|
if(StringUtils.isEmpty(json)) {
|
|
|
throw new CustomException("请先配置签到天数");
|
|
|
}
|
|
@@ -194,7 +194,7 @@ public class FsUserSignScrmServiceImpl implements IFsUserSignScrmService
|
|
|
|
|
|
@Override
|
|
|
public Long getSign(FsUserScrm user) {
|
|
|
- String json=configService.selectConfigByKey("store.sign");
|
|
|
+ String json=configService.selectConfigByKey("his.sign");
|
|
|
if(StringUtils.isEmpty(json)) {
|
|
|
throw new CustomException("请先配置签到天数");
|
|
|
}
|