台账设备日志判断优化
This commit is contained in:
parent
580614d1ce
commit
7cbb286132
@ -76,7 +76,7 @@ public class DeviceInstallController {
|
||||
//设备编号
|
||||
String deviceName = deviceInstallData.getString("name");
|
||||
//创建时间
|
||||
String createTime = deviceInstallData.getString("create_time");
|
||||
String createTime = deviceInstallData.getString("last_modified_time");
|
||||
|
||||
//开始查询是否已经执行过该单据
|
||||
JSONObject isLogRes = new JSONObject();
|
||||
|
Loading…
x
Reference in New Issue
Block a user