- 浏览: 1113 次
- 性别:
- 来自: 北京
最新评论
文章列表
public boolean updateDevice(Long deviceCode, Long deviceType, Long operType, String system_id) {
final String hsql = "from DeviceInfo info where info.deviceCode=? and info.deviceType=? and info.system_id=?";
final Long code = deviceCode;
final Long type = deviceType;
final Long oper ...