|
|
@@ -111,7 +111,7 @@ export default {
|
|
|
FROM t_wjcysqb
|
|
|
WHERE yong_hu_id_ = t.yong_hu_id_ AND wen_jian_id_ = t.wen_jian_id_
|
|
|
AND create_time_ > t.create_time_
|
|
|
- )) qx LEFT JOIN t_wjgl wj ON qx.wen_jian_id_=wj.id_ where qx.yong_hu_id_='${id}' order by wj.wen_jian_lie_xing desc`
|
|
|
+ )) qx LEFT JOIN t_wjgl wj ON qx.wen_jian_id_=wj.wen_jian_id_ where qx.yong_hu_id_='${id}' order by wj.wen_jian_lie_xing desc`
|
|
|
curdPost('sql', sql).then(res => {
|
|
|
for (let i of res.variables.data) {
|
|
|
this.allFilesDatas.push(i)
|