ZeroLiYi 1 年間 前
コミット
fb4355c6ac

+ 1 - 1
src/main/java/com/chinaitop/depot/sqr/mapper/BizSqrEnterpriseApplyMapper.xml

@@ -156,7 +156,7 @@
156
                    #{attachment,jdbcType=VARCHAR},
156
                    #{attachment,jdbcType=VARCHAR},
157
                    #{sqrEnterpriseId,jdbcType=VARCHAR},
157
                    #{sqrEnterpriseId,jdbcType=VARCHAR},
158
 
158
 
159
-                   #{reissue_time,jdbcType=TIMESTAMP},
159
+                   #{reissueTime,jdbcType=TIMESTAMP},
160
                     #{fullTimeStaffCount,jdbcType=INTEGER},
160
                     #{fullTimeStaffCount,jdbcType=INTEGER},
161
 
161
 
162
                    #{certifiedInspectorCount,jdbcType=INTEGER},
162
                    #{certifiedInspectorCount,jdbcType=INTEGER},

+ 2 - 0
src/main/java/com/chinaitop/depot/sqr/model/BizSqrEnterpriseApply.java

@@ -247,4 +247,6 @@ public class BizSqrEnterpriseApply {
247
     public void setZcdz(String zcdz) {
247
     public void setZcdz(String zcdz) {
248
         this.zcdz = zcdz;
248
         this.zcdz = zcdz;
249
     }
249
     }
250
+
251
+
250
 }
252
 }