|
|
|
@@ -199,7 +199,7 @@ public class WxProfitSharingReceiverApplyController extends BaseController { |
|
|
|
String id_card_number = param.get("id_card_number"); |
|
|
|
String card_period_begin = param.get("card_period_begin"); |
|
|
|
String card_period_end = param.get("card_period_end"); |
|
|
|
Boolean isSeal = "true".equals(param.get("isSeal"))?true:false; |
|
|
|
Boolean isSeal = "true".equals(param.get("is_seal"))?true:false; |
|
|
|
String merchant_name = param.get("merchant_name"); |
|
|
|
|
|
|
|
byte[] bytes = ImgYwsqhUtil.imgCeate(contact_name, contact_id_number, contact_department, contact_job, |
|
|
|
|