打卡点赞

Merge pull request  from 德仔/develop
This commit is contained in:
德仔 2021-07-31 07:44:33 +00:00 committed by Gitee
commit 4b22ad0310

@ -123,8 +123,8 @@ public class WxLogInfo {
public void setDefecation(String defecation) {
if (StringUtils.isAlpha(defecation)) {
// this.defecation = defecation.equals("Y") ? "" : "";
this.defecation = defecation.equals("Y") ? "顺畅" : "其他";
this.defecation = defecation.equals("Y") ? "" : "";
// this.defecation = defecation.equals("Y") ? "顺畅" : "其他";
} else {
this.defecation = defecation;
}