alphaess-developer / alphacloud_open_api

75 stars 4 forks source link

SQL error when setting discharge via API #86

Closed spherebyte closed 2 weeks ago

spherebyte commented 1 month ago

When setting discharge configuration via a POST request to the /updateDisChargeConfigInfo endpoint, I receive a SQL error in the response :

{ "code": 6026, "msg": "network is busy", "expMsg": "\n### Error updating database. Cause: java.sql.SQLException: TDengine ERROR (0x2603): Table does not exist\n### The error may exist in com/alphaess/api/mapper/SysUserLogMapper.java (best guess)\n### The error may involve com.alphaess.api.mapper.SysUserLogMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO sys_user_log ( sys_sn, log_content, createtime, log_from, log_type, operator ) VALUES ( ?, ?, ?, ?, ?, ? )\n### Cause: java.sql.SQLException: TDengine ERROR (0x2603): Table does not exist\n; uncategorized SQLException; SQL state []; error code [9731]; TDengine ERROR (0x2603): Table does not exist; nested exception is java.sql.SQLException: TDengine ERROR (0x2603): Table does not exist", "data": null, "extra": null }

It does however still set the discharge configuration in the app.

ElevenFan commented 3 weeks ago

Please contact us after-sales。