| | |
| | | <Property></Property> |
| | | <Property name="label">澶囨敞</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="hkCameraIndexCode"> |
| | | <Property></Property> |
| | | <Property name="label">娴峰悍璁惧鍞竴鏍囪瘑</Property> |
| | | </PropertyDef> |
| | | <PropertyDef name="czbz"> |
| | | <Property></Property> |
| | | <Property name="label">鎿嶄綔鏍囧織</Property> |
| | |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">hkCameraIndexCode</Property> |
| | | <Property name="property">hkCameraIndexCode</Property> |
| | | <Editor/> |
| | | </AutoFormElement> |
| | | <AutoFormElement> |
| | | <Property name="name">czbz</Property> |
| | | <Property name="property">czbz</Property> |
| | | <Editor/> |
| | |
| | | apiData.setJyjg("1"); |
| | | } |
| | | apiData.setJyrxm(sysData.getCheckUser()); |
| | | apiData.setJysj(DateUtils.addMinutes(sysData.getRegisterTime(), 90)); |
| | | apiData.setJysj(DateUtils.addMinutes(sysData.getRegisterTime(), 30)); |
| | | |
| | | //绮鍝佺 |
| | | String mappingCode = apiTriggerService.getMappingCode(Constant.TRIGGER_P_LSPZ, sysData.getFoodVariety()); |
| | |
| | | * @param end |
| | | * @return |
| | | */ |
| | | @Query("from Fz40InoutRecord where deptId=:deptId and type=:type and updateTime >=:start and updateTime <:end order by id ") |
| | | @Query("from Fz40InoutRecord where deptId=:deptId and type=:type and updateTime >=:start and updateTime <=:end order by id ") |
| | | List<Fz40InoutRecord> listInoutRecord(@Param("deptId") String deptId, @Param("type") String type, @Param("start") Date start, @Param("end") Date end); |
| | | |
| | | /** |
对比新文件 |
| | |
| | | ########################## 骞夸笢寰愰椈 ########################## |
| | | server: |
| | | port: 8090 |
| | | jetty: |
| | | max-http-post-size: 209715200 |
| | | tomcat: |
| | | max-http-post-size: 209715200 |
| | | spring: |
| | | datasource: |
| | | #涓绘暟鎹簮 |
| | | primary: |
| | | url: jdbc:mysql://127.0.0.1:3306/igds_api?useUnicode=true&characterEncoding=utf-8 |
| | | username: root |
| | | password: Abc123.. |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | | #娆℃暟鎹簮 |
| | | secondary: |
| | | url: jdbc:mysql://127.0.0.1:3306/igds_master?useUnicode=true&characterEncoding=utf-8 |
| | | username: root |
| | | password: Abc123.. |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | | jpa: |
| | | #涓籮pa閰嶇疆 |
| | | primary: |
| | | show-sql: true |
| | | properties: |
| | | hibernate: |
| | | hbm2ddl: |
| | | auto: update |
| | | dialect: org.hibernate.dialect.MySQL5InnoDBDialect |
| | | #娆pa閰嶇疆 |
| | | secondary: |
| | | show-sql: true |
| | | properties: |
| | | hibernate: |
| | | hbm2ddl: |
| | | auto: none |
| | | dialect: org.hibernate.dialect.MySQL5InnoDBDialect |
| | | # Redis鐩稿叧閰嶇疆 |
| | | redis: |
| | | database: 0 |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: Abc123.. |
| | | # 杩炴帴姹犳渶澶ц繛鎺ユ暟锛堜娇鐢ㄨ礋鍊艰〃绀烘病鏈夐檺鍒讹級 |
| | | pool: |
| | | max-active: 200 |
| | | max-wait: -1 |
| | | max-idle: 10 |
| | | min-idle: 0 |
| | | timeout: 6000 |
| | | igds: |
| | | default: |
| | | companyId: 5322 |
| | | |
| | | file-path: D:/IGDS-API/FILE/ |
| | | img-path: D:/IGDS/FILE/ |