|
@@ -145,7 +145,7 @@ public class WeChatServiceImpl implements WeChatService {
|
|
|
if (content.startsWith(NameUtils.getConfig("PLACE_CODE_PREFIX"))) {
|
|
|
content = StringUtils.trim(content);
|
|
|
respContent = bulidPlace(content, fromUserName);
|
|
|
- }if (content.startsWith(NameUtils.getConfig("FEMALE_LADY"))) {
|
|
|
+ }if (content.equals(NameUtils.getConfig("FEMALE_LADY"))) {
|
|
|
respContent = addFullReduction(fromUserName);
|
|
|
} else {
|
|
|
|