|
|
|
|
@ -1016,15 +1016,32 @@ public class CommHoCController {
|
|
|
|
|
* <pre></pre>
|
|
|
|
|
*/
|
|
|
|
|
@RequestMapping(value = "/cfs/trsmrcv/saveCarThroughInfo.do", method = RequestMethod.POST)
|
|
|
|
|
public @ResponseBody Map<String, Object> saveCarThroughInfo(@RequestParam String in_id,
|
|
|
|
|
@RequestParam String in_fare, @RequestParam String in_booth, @RequestParam String in_date,
|
|
|
|
|
@RequestParam String in_seqno, @RequestParam String in_rf_seqno, @RequestParam String in_car,
|
|
|
|
|
@RequestParam String in_collect, @RequestParam String in_army, @RequestParam String in_stop,
|
|
|
|
|
@RequestParam String in_move, @RequestParam String in_amount, @RequestParam String in_x,
|
|
|
|
|
@RequestParam String in_y, @RequestParam String in_garo, @RequestParam String in_sero,
|
|
|
|
|
@RequestParam String in_card_ret, @RequestParam String in_other, @RequestParam String in_rfid_kbn,
|
|
|
|
|
@RequestParam String in_tag, @RequestParam String in_carkind, @RequestParam String in_collect_new,
|
|
|
|
|
@RequestParam String in_sens_time, @RequestParam String in_auto_kind, @RequestParam String in_key_yn
|
|
|
|
|
public @ResponseBody Map<String, Object> saveCarThroughInfo(
|
|
|
|
|
@RequestParam String in_id,
|
|
|
|
|
@RequestParam String in_fare,
|
|
|
|
|
@RequestParam String in_booth,
|
|
|
|
|
@RequestParam String in_date,
|
|
|
|
|
@RequestParam String in_seqno,
|
|
|
|
|
@RequestParam String in_rf_seqno,
|
|
|
|
|
@RequestParam String in_car,
|
|
|
|
|
@RequestParam String in_collect,
|
|
|
|
|
@RequestParam String in_army,
|
|
|
|
|
@RequestParam String in_stop,
|
|
|
|
|
@RequestParam String in_move,
|
|
|
|
|
@RequestParam String in_amount,
|
|
|
|
|
@RequestParam String in_x,
|
|
|
|
|
@RequestParam String in_y,
|
|
|
|
|
@RequestParam String in_garo,
|
|
|
|
|
@RequestParam String in_sero,
|
|
|
|
|
@RequestParam String in_card_ret,
|
|
|
|
|
@RequestParam String in_other,
|
|
|
|
|
@RequestParam String in_rfid_kbn,
|
|
|
|
|
@RequestParam String in_tag,
|
|
|
|
|
@RequestParam String in_carkind,
|
|
|
|
|
@RequestParam String in_collect_new,
|
|
|
|
|
@RequestParam String in_sens_time,
|
|
|
|
|
@RequestParam String in_auto_kind,
|
|
|
|
|
@RequestParam String in_key_yn
|
|
|
|
|
|
|
|
|
|
, HttpServletRequest request) throws Exception {
|
|
|
|
|
ResultSmartPlatform result = new ResultSmartPlatform();
|
|
|
|
|
@ -1174,16 +1191,33 @@ public class CommHoCController {
|
|
|
|
|
* <pre></pre>
|
|
|
|
|
*/
|
|
|
|
|
@RequestMapping(value = "/cfs/trsmrcv/saveCardPaymentInfo.do", method = RequestMethod.POST)
|
|
|
|
|
public @ResponseBody Map<String, Object> saveCardPaymentInfo(@RequestParam String in_id,
|
|
|
|
|
@RequestParam String in_fare, @RequestParam String in_booth, @RequestParam String in_date,
|
|
|
|
|
@RequestParam String in_time, @RequestParam String in_seqno, @RequestParam String in_kbn,
|
|
|
|
|
@RequestParam String in_card, @RequestParam String in_collect, @RequestParam String in_be_amount,
|
|
|
|
|
@RequestParam String in_amount, @RequestParam String in_re_amount, @RequestParam String in_terminal_id,
|
|
|
|
|
@RequestParam String in_sam_id, @RequestParam String in_sam_seqno, @RequestParam String in_card_seqno,
|
|
|
|
|
@RequestParam String in_algorithm_id, @RequestParam String in_key_version, @RequestParam String in_e_cash,
|
|
|
|
|
@RequestParam String in_sam_tot_seqno, @RequestParam String in_sam_collect_cnt,
|
|
|
|
|
@RequestParam String in_sam_tot_amount, @RequestParam String in_sign_value,
|
|
|
|
|
@RequestParam String in_person_code, @RequestParam String in_zipge_id, @RequestParam String in_alias_no,
|
|
|
|
|
public @ResponseBody Map<String, Object> saveCardPaymentInfo(
|
|
|
|
|
@RequestParam String in_id,
|
|
|
|
|
@RequestParam String in_fare,
|
|
|
|
|
@RequestParam String in_booth,
|
|
|
|
|
@RequestParam String in_date,
|
|
|
|
|
@RequestParam String in_time,
|
|
|
|
|
@RequestParam String in_seqno,
|
|
|
|
|
@RequestParam String in_kbn,
|
|
|
|
|
@RequestParam String in_card,
|
|
|
|
|
@RequestParam String in_collect,
|
|
|
|
|
@RequestParam String in_be_amount,
|
|
|
|
|
@RequestParam String in_amount,
|
|
|
|
|
@RequestParam String in_re_amount,
|
|
|
|
|
@RequestParam String in_terminal_id,
|
|
|
|
|
@RequestParam String in_sam_id,
|
|
|
|
|
@RequestParam String in_sam_seqno,
|
|
|
|
|
@RequestParam String in_card_seqno,
|
|
|
|
|
@RequestParam String in_algorithm_id,
|
|
|
|
|
@RequestParam String in_key_version,
|
|
|
|
|
@RequestParam String in_e_cash,
|
|
|
|
|
@RequestParam String in_sam_tot_seqno,
|
|
|
|
|
@RequestParam String in_sam_collect_cnt,
|
|
|
|
|
@RequestParam String in_sam_tot_amount,
|
|
|
|
|
@RequestParam String in_sign_value,
|
|
|
|
|
@RequestParam String in_person_code,
|
|
|
|
|
@RequestParam String in_zipge_id,
|
|
|
|
|
@RequestParam String in_alias_no,
|
|
|
|
|
@RequestParam String in_issue_id
|
|
|
|
|
|
|
|
|
|
, HttpServletRequest request) throws Exception {
|
|
|
|
|
@ -1245,15 +1279,32 @@ public class CommHoCController {
|
|
|
|
|
* <pre></pre>
|
|
|
|
|
*/
|
|
|
|
|
@RequestMapping(value = "/cfs/trsmrcv/saveWorkInfo.do", method = RequestMethod.POST)
|
|
|
|
|
public @ResponseBody Map<String, Object> saveWorkInfo(@RequestParam String in_id, @RequestParam String in_fare,
|
|
|
|
|
@RequestParam String in_booth, @RequestParam String in_st_date, @RequestParam String in_ed_date,
|
|
|
|
|
@RequestParam String in_cash, @RequestParam String in_k_cash, @RequestParam String in_free,
|
|
|
|
|
@RequestParam String in_minap, @RequestParam String in_coupon, @RequestParam String in_k_coupon,
|
|
|
|
|
@RequestParam String in_sun, @RequestParam String in_k_sun, @RequestParam String in_who,
|
|
|
|
|
@RequestParam String in_k_who, @RequestParam String in_sale, @RequestParam String in_k_sale,
|
|
|
|
|
@RequestParam String in_total_amount, @RequestParam String in_repay_q, @RequestParam String in_repay_m,
|
|
|
|
|
@RequestParam String in_prp_q, @RequestParam String in_prp_m, @RequestParam String in_k_prp_q,
|
|
|
|
|
@RequestParam String in_k_prp_m, @RequestParam String in_seqno
|
|
|
|
|
public @ResponseBody Map<String, Object> saveWorkInfo(
|
|
|
|
|
@RequestParam String in_id,
|
|
|
|
|
@RequestParam String in_fare,
|
|
|
|
|
@RequestParam String in_booth,
|
|
|
|
|
@RequestParam String in_st_date,
|
|
|
|
|
@RequestParam String in_ed_date,
|
|
|
|
|
@RequestParam String in_cash,
|
|
|
|
|
@RequestParam String in_k_cash,
|
|
|
|
|
@RequestParam String in_free,
|
|
|
|
|
@RequestParam String in_minap,
|
|
|
|
|
@RequestParam String in_coupon,
|
|
|
|
|
@RequestParam String in_k_coupon,
|
|
|
|
|
@RequestParam String in_sun,
|
|
|
|
|
@RequestParam String in_k_sun,
|
|
|
|
|
@RequestParam String in_who,
|
|
|
|
|
@RequestParam String in_k_who,
|
|
|
|
|
@RequestParam String in_sale,
|
|
|
|
|
@RequestParam String in_k_sale,
|
|
|
|
|
@RequestParam String in_total_amount,
|
|
|
|
|
@RequestParam String in_repay_q,
|
|
|
|
|
@RequestParam String in_repay_m,
|
|
|
|
|
@RequestParam String in_prp_q,
|
|
|
|
|
@RequestParam String in_prp_m,
|
|
|
|
|
@RequestParam String in_k_prp_q,
|
|
|
|
|
@RequestParam String in_k_prp_m,
|
|
|
|
|
@RequestParam String in_seqno
|
|
|
|
|
|
|
|
|
|
, HttpServletRequest request) throws Exception {
|
|
|
|
|
ResultSmartPlatform result = new ResultSmartPlatform();
|
|
|
|
|
@ -1314,9 +1365,14 @@ public class CommHoCController {
|
|
|
|
|
* <pre></pre>
|
|
|
|
|
*/
|
|
|
|
|
@RequestMapping(value = "/cfs/trsmrcv/saveDayTrafficInfo.do", method = RequestMethod.POST)
|
|
|
|
|
public @ResponseBody Map<String, Object> saveDayTrafficInfo(@RequestParam String in_fare,
|
|
|
|
|
@RequestParam String in_booth, @RequestParam String in_date, @RequestParam String d_seq,
|
|
|
|
|
@RequestParam String in_car, @RequestParam String in_carkind, @RequestParam String c_id
|
|
|
|
|
public @ResponseBody Map<String, Object> saveDayTrafficInfo(
|
|
|
|
|
@RequestParam String in_fare,
|
|
|
|
|
@RequestParam String in_booth,
|
|
|
|
|
@RequestParam String in_date,
|
|
|
|
|
@RequestParam String d_seq,
|
|
|
|
|
@RequestParam String in_car,
|
|
|
|
|
@RequestParam String in_carkind,
|
|
|
|
|
@RequestParam String c_id
|
|
|
|
|
|
|
|
|
|
, HttpServletRequest request) throws Exception {
|
|
|
|
|
ResultSmartPlatform result = new ResultSmartPlatform();
|
|
|
|
|
|