Commit 342b424d by 陈浩建

Merge remote-tracking branch 'origin/master'

parents 9e99c481 99a6ca23
......@@ -213,7 +213,7 @@ public class OrderController extends BaseController {
map1.put("idCardUrl1", order.getIdCardz());
map1.put("idCardUrl2", order.getIdCardf());
map1.put("idCardUrl3", order.getIdCardzs());
map1.put("idCardUrl4", order.getIdCardzs());
map1.put("idCardUrl4", order.getStudenCard());
map1.put("cardType", order.getKapin());
if (order.getPackageId().equals("49")) {
......@@ -1189,7 +1189,7 @@ public class OrderController extends BaseController {
map1.put("idCardUrl1", orderData.getIdCardz());
map1.put("idCardUrl2", orderData.getIdCardf());
map1.put("idCardUrl3", orderData.getIdCardzs());
map1.put("idCardUrl4", orderData.getIdCardzs());
map1.put("idCardUrl4", orderData.getStudenCard());
map1.put("cardType", orderData.getKapin());
if(orderData.getPackageId().equals("49")){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment