zoujiajian před 1 rokem
rodič
revize
46306cbf96

+ 6 - 0
netflix-dao/src/main/java/com/cyksj/model/views/RenewalView.java

@@ -208,6 +208,12 @@ public class RenewalView {
     @DbField("gr.contact")
     private String contact;
 
+    /**
+     * 备用验证码
+     */
+    @DbField("gr.bp_verify_code")
+    private String bpVerifyCode;
+
     @DbIgnore
     private String orderNo;
     @DbIgnore

+ 1 - 0
netflix-dao/src/main/resources/mapper/GroupRelationMapper.xml

@@ -28,6 +28,7 @@
         card_key = null,
         gpt_task_id = null,
         recharge_error_info = null,
+        bp_verify_code = null
         gpt_token = null
         where id = #{entity.id}
         <if test="expireTime != null">