commit
4b22ad0310
@ -123,8 +123,8 @@ public class WxLogInfo {
|
|||||||
|
|
||||||
public void setDefecation(String defecation) {
|
public void setDefecation(String defecation) {
|
||||||
if (StringUtils.isAlpha(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 {
|
} else {
|
||||||
this.defecation = defecation;
|
this.defecation = defecation;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user