Commit acb6a3d9 by 王昆

gsb

parent 1b8c58bd
......@@ -40,7 +40,7 @@ class SaasChannelService extends ServiceBase {
let validity = Number(params.validity || 1);
let validity_end = this.trim(params.validity_end);
if (!saas_id) {
if (!id && !saas_id) {
return getResult(null, "saas不存在");
}
......@@ -172,7 +172,6 @@ class SaasChannelService extends ServiceBase {
}
// this.addWhereTime(where, 'created_at', params.createdBegin, params.createdEnd, true);
var orderby = [
["id", 'desc']
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment