Commit 17b7ff35c97638c47facd51c64280869f01a4f8c
1 parent
a510d83c7d
Exists in
master
and in
6 other branches
添加nf返回字段
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
17b7ff3
| ... | ... | @@ -909,6 +909,8 @@ |
| 909 | 909 | result.put("jzsInfo", sieveApply.getJzsInfo()); |
| 910 | 910 | result.put("ypglx", sieveApply.getYpglx()); |
| 911 | 911 | |
| 912 | + result.put("nf", sieveApply.getNf()); | |
| 913 | + | |
| 912 | 914 | if (type == 1) { |
| 913 | 915 | result.put("couponCode", couponService.findByUsedId(sieveApply.getId())); |
| 914 | 916 | } |