Commit 533fd782 by 陈浩建

天翼学生证卡调整

parent 5dc59219
...@@ -315,7 +315,8 @@ public class PackageNewClothes { ...@@ -315,7 +315,8 @@ public class PackageNewClothes {
* @return * @return
*/ */
@RequestMapping(value = "skywingCard", method = RequestMethod.POST) @RequestMapping(value = "skywingCard", method = RequestMethod.POST)
public ResponseData<String> SkywingCard(@RequestParam("contactNumber") String contactNumber, @RequestParam("site") String site public ResponseData<String> SkywingCard(@RequestParam("contactNumber") String contactNumber
, @RequestParam("site") String site, @RequestParam("address") String address
, @RequestParam("classNumber") String classNumber, @RequestParam("cardId") String cardId , @RequestParam("classNumber") String classNumber, @RequestParam("cardId") String cardId
, @RequestParam("customerName") String customerName, @RequestParam("partner") String partner , @RequestParam("customerName") String customerName, @RequestParam("partner") String partner
, @RequestParam(value = "idCardzs") String idCardzs, @RequestParam(value = "idCardz") String idCardz , @RequestParam(value = "idCardzs") String idCardzs, @RequestParam(value = "idCardz") String idCardz
...@@ -382,6 +383,7 @@ public class PackageNewClothes { ...@@ -382,6 +383,7 @@ public class PackageNewClothes {
order.setUserSchool(userSchool); order.setUserSchool(userSchool);
order.setHehuorenId(partner); order.setHehuorenId(partner);
order.setSite(site); order.setSite(site);
order.setAddress(address);
order.setKapin(kapin); order.setKapin(kapin);
order.setPackageId(cardId); order.setPackageId(cardId);
order.setCustomerName(customerName); order.setCustomerName(customerName);
......
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