打卡点赞

This commit is contained in:
huangdeliang 2021-07-31 15:43:29 +08:00
parent 1f980fed22
commit b4f9d053fe

View File

@ -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;
}