Showing
1 changed file
with
2 additions
and
2 deletions
@@ -111,10 +111,10 @@ public class BuyerRefundOrderBuilder { | @@ -111,10 +111,10 @@ public class BuyerRefundOrderBuilder { | ||
111 | public String getGenderName(String gender) { | 111 | public String getGenderName(String gender) { |
112 | int gen = NumberUtils.toInt(gender); | 112 | int gen = NumberUtils.toInt(gender); |
113 | if (gen == 1) { | 113 | if (gen == 1) { |
114 | - return "男款"; | 114 | + return "男"; |
115 | } | 115 | } |
116 | if (gen == 2) { | 116 | if (gen == 2) { |
117 | - return "女款"; | 117 | + return "女"; |
118 | } | 118 | } |
119 | if (gen == 3) { | 119 | if (gen == 3) { |
120 | return "通用"; | 120 | return "通用"; |
-
Please register or login to post a comment