|
@@ -438,7 +438,7 @@ export function correlationSql(type, val) {
|
|
|
} else if (type === "kaoshijilu") {
|
|
} else if (type === "kaoshijilu") {
|
|
|
sql = `select * from v_examination where FIND_IN_SET('${val}',${col[type]}) and paperState = '已完成' and examType!='自主考核' ORDER BY createTime asc`;
|
|
sql = `select * from v_examination where FIND_IN_SET('${val}',${col[type]}) and paperState = '已完成' and examType!='自主考核' ORDER BY createTime asc`;
|
|
|
} else if (type === "lhrypxjlb") {
|
|
} else if (type === "lhrypxjlb") {
|
|
|
- sql = `select * from v_wodepeixun where FIND_IN_SET('${val}',${col[type]}) and shi_fou_guo_shen_ = '已结束' `;
|
|
|
|
|
|
|
+ sql = `select * from v_wodepeixun where FIND_IN_SET('${val}',${col[type]}) and pei_xun_zhuang_ta ='已结束' `;
|
|
|
} else if (type === "tjbgb") {
|
|
} else if (type === "tjbgb") {
|
|
|
sql = `select * from t_${type} where FIND_IN_SET('${val}',${col[type]})`;
|
|
sql = `select * from t_${type} where FIND_IN_SET('${val}',${col[type]})`;
|
|
|
}
|
|
}
|
|
@@ -551,7 +551,7 @@ export const correlationConfig = {
|
|
|
{
|
|
{
|
|
|
label: "培训老师",
|
|
label: "培训老师",
|
|
|
width: "12%",
|
|
width: "12%",
|
|
|
- type: "text",
|
|
|
|
|
|
|
+ type: "user",
|
|
|
field: "pei_xun_lao_shi_",
|
|
field: "pei_xun_lao_shi_",
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|