ZeroLiYi 1 jaar geleden
bovenliggende
commit
fb4355c6ac

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

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

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

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