|
|
|
@ -673,7 +673,7 @@ public class HuiYaModel {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
public List<Record> wxGetConvertChildModel() {
|
|
|
|
|
String sql = "select * from t_hy_convert order by prompt_id";
|
|
|
|
|
String sql = "select * from t_hy_convert where b_use=1 order by prompt_id";
|
|
|
|
|
List<Record> list = Db.find(sql);
|
|
|
|
|
String prefix = "http://hzkc.oss-cn-beijing.aliyuncs.com/Images/System/49/";
|
|
|
|
|
for (Record record : list) {
|
|
|
|
|