diff --git a/mallinkService/src/main/resources/mapper/WxMsgModelMapper.xml b/mallinkService/src/main/resources/mapper/WxMsgModelMapper.xml index 36f7c5993..8fec430d3 100644 --- a/mallinkService/src/main/resources/mapper/WxMsgModelMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxMsgModelMapper.xml @@ -84,7 +84,7 @@ select from wx_msg_model - where ifnull(model_code,'') != ''; + where ifnull(model_code,'') != '' and `status` = #{status}