Commit 85fdee36 authored by 赵啸非's avatar 赵啸非

设备添加产品编码字段,并添加同步更新产品编码字段

parent a5f60030
......@@ -84,7 +84,7 @@ public class TestSendMsgController {
if (!ObjectUtils.isEmpty(updateProductCodeList)) {
log.info("更新设备产品列表,size:{}", updateProductCodeList.size());
deviceService.update(updateProductCodeList, null);
deviceService.getDeviceDao().updateBatch(updateProductCodeList);
}
return JSON.toJSONString(rsp);
}
......
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