!39 Merge branch 'master' into feature/20260610
* Merge branch 'master' into feature/20260610 * fix(dqinspecttask): updateMain 子表数据仅在显式传入时才变更 * chore(system): 删除 xiSpeakFlow Bean 调试打印语句 * test(inspectimprove): 新增 inspectimprove 流程模块单元测试
This commit is contained in:
@@ -17,6 +17,18 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<skipTests>false</skipTests>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
|
||||
Reference in New Issue
Block a user