Commit 245eca7b authored by duanruiming's avatar duanruiming

[update] 方案同步优化

parent ea974422
......@@ -346,7 +346,7 @@
<addClasspath>true</addClasspath>
<!--<classpathPrefix>lib/</classpathPrefix>-->
<classpathPrefix></classpathPrefix>
<mainClass> net.wanji.web.SignalApplication</mainClass>
<mainClass>net.wanji.utc.hisense.HisenseApplication</mainClass>
</manifest>
<manifestEntries>
<Class-Path>../resources/</Class-Path>
......
......@@ -136,7 +136,7 @@ public class SignalStatusServiceImpl implements SignalStatusService {
public void receiveLightStatus(List<HisenseLightStatusPojo> hisenseLightStatusPojos) throws Exception {
ObjectMapper jackson = JacksonUtils.getInstance();
//pushOtherCompany(hisenseLightStatusPojos, jackson, shensiUrl, baiduUrl);
pushOtherCompany(hisenseLightStatusPojos, jackson, shensiUrl, baiduUrl);
if (!CollectionUtils.isEmpty(hisenseLightStatusPojos)) {
for (HisenseLightStatusPojo hisenseLightStatusPojo : hisenseLightStatusPojos) {
......
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