|
@@ -45,7 +45,7 @@ public class DegreeTask {
|
|
|
/**
|
|
|
* 每天凌晨1点发送前天的数据
|
|
|
* <p>
|
|
|
- * http://192.168.16.226/api/ignores/produce/record/dian
|
|
|
+ * http://192.168.16.222/api/ignores/produce/record/dian
|
|
|
*/
|
|
|
public void generateDian() {
|
|
|
RemoteDegreeLogDTO record = new RemoteDegreeLogDTO();
|
|
@@ -55,7 +55,7 @@ public class DegreeTask {
|
|
|
record.setDay(localDate.getDayOfMonth());
|
|
|
BigDecimal bigDecimal = bigScreenSbInfoService.getScReport(record);
|
|
|
|
|
|
- // 发送到采购系统
|
|
|
+ // 发送到设备系统
|
|
|
String url = ConfigCache.getLabelByValueAllowNull(SysConfigEnum.PURCHASE_SYSTEM_URL_DEGREE.name());
|
|
|
if (StringUtil.isEmpty(url)) {
|
|
|
throw new BusinessException("请配置采购系统电量接收地址");
|