|
|
@@ -707,7 +707,6 @@ int DealGetRetesionForce(const httplib::Request& req, const string token, char**
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- ASSERT(FALSE);
|
|
|
yyjson_mut_obj_add_bool(doc, root, "enable", false);
|
|
|
yyjson_mut_obj_add_null(doc, root, "dw_alarm_low_drop");
|
|
|
yyjson_mut_obj_add_null(doc, root, "alarm_low_percent");
|
|
|
@@ -1920,7 +1919,6 @@ int DealGetResistData(const httplib::Request& req, const string token, char** js
|
|
|
|
|
|
if (CDBConnectPool::Instance()->DBQuery(stmt, sql) == FALSE)
|
|
|
{
|
|
|
- ASSERT(0);
|
|
|
SPDLOG_ERROR("²éѯÓï¾ä³ö´í:{}", sql);
|
|
|
return 500;
|
|
|
}
|