|
|
@@ -84,7 +84,7 @@ |
|
|
select |
|
|
select |
|
|
<include refid="allColumns"/> |
|
|
<include refid="allColumns"/> |
|
|
from wx_msg_model |
|
|
from wx_msg_model |
|
|
where ifnull(model_code,'') != ''; |
|
|
|
|
|
|
|
|
where ifnull(model_code,'') != '' |
|
|
and `status` = #{status} |
|
|
and `status` = #{status} |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|