Commit d1cad7bf by 兰国旗

兼容易名获取沟通记录没有时获取自己内部数据

parent e79f9df1
......@@ -88,7 +88,7 @@ class NeedinfoService2 extends ServiceBase {
return system.getResult(null, "actionBody.userFeedBack can not be empty,100494");
}
}
var sql = "select uapp_id from n_need_info where channelNeedNo = :channelNeedNo ";
var sql = "select uapp_id,followContent from n_need_info where channelNeedNo = :channelNeedNo ";
var where = {
channelNeedNo:pobj.actionBody.intentionBizId
}
......
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