mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
fixed update issue
This commit is contained in:
parent
24586d0f2a
commit
415fae8007
@ -228,7 +228,7 @@ public class DeviceTypePluginDAO {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private String getDeviceTableColumnNamesForUpdateQuery() {
|
private String getDeviceTableColumnNamesForUpdateQuery() {
|
||||||
return StringUtils.join(deviceDAODefinition.getColumnNames(), "= ?,");
|
return StringUtils.join(deviceDAODefinition.getColumnNames(), "= ?,") + "= ?";
|
||||||
}
|
}
|
||||||
|
|
||||||
private String getPreparedInputString(int length) {
|
private String getPreparedInputString(int length) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user