Browse Source

修复小问题。

lighter 3 years ago
parent
commit
9da3125016

+ 1 - 1
src/main/java/thyyxxk/webserver/dao/his/dictionary/NationalMatchDao.java

@@ -58,7 +58,7 @@ public interface NationalMatchDao {
                                                   @Param("delFlag") int delFlag,
                                                   @Param("status") int status);
 
-    @Select("select code,new_name as name,charge_unit as unit,type=#{type},discription,specification," +
+    @Select("select code,new_name as name,charge_unit as unit,type=#{type},discription,descriptions as specification," +
             "startTime=(select start_time from t_si_dl_mdcn_sply where code=national_code)," +
             "endTime=(select end_time from t_si_dl_mdcn_sply where code=national_code)," +
             "national_code,uploaded_flag,national_name,yb_comment as factory from zd_charge_item " +

+ 1 - 1
src/main/java/thyyxxk/webserver/service/examinations/LisDockService.java

@@ -46,7 +46,7 @@ public class LisDockService {
 
     private static final String[] SIGN = new String[2];
 
-    @Scheduled(fixedRate = 6 * 45 * 1000)
+    @Scheduled(fixedRate = 5 * 55 * 1000)
     public void doSign() {
         SIGN[0] = String.valueOf(System.currentTimeMillis());
         String ori = APP_ID + SIGN[0] + SECRET;