修改终端启动条件
This commit is contained in:
parent
68b8112fa6
commit
06cf644ed7
@ -24,6 +24,7 @@
|
|||||||
<module>xhpc-data-big-screen</module>
|
<module>xhpc-data-big-screen</module>
|
||||||
<module>xhpc-workorder</module>
|
<module>xhpc-workorder</module>
|
||||||
<module>xhpc-tenant</module>
|
<module>xhpc-tenant</module>
|
||||||
|
<module>xhpc-log</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<artifactId>xhpc-modules</artifactId>
|
<artifactId>xhpc-modules</artifactId>
|
||||||
|
|||||||
@ -74,6 +74,8 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.ruoyi</groupId>
|
<groupId>com.ruoyi</groupId>
|
||||||
<artifactId>xhpc-common</artifactId>
|
<artifactId>xhpc-common</artifactId>
|
||||||
|
<version>3.0.0</version>
|
||||||
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@ -610,10 +610,6 @@ public class XhpcChargeOrderServiceImpl extends BaseService implements IXhpcChar
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
logger.info("<<<<<<<<<1111<<<<<<<<<<<<<<<第三方启动订单号>>>>>>>>>>>>>>>>>:" + internetSerialNumber);
|
|
||||||
logger.info("<<<<<<<<<2222<<<<<<<<<<<<<<<第三方启动订单号>>>>>>>>>>>>>>>>>:" + internetSerialNumber);
|
|
||||||
logger.info("<<<<<<<<<3333<<<<<<<<<<<<<<<第三方启动订单号>>>>>>>>>>>>>>>>>:" + internetSerialNumber);
|
|
||||||
logger.info("<<<<<<<<<4444<<<<<<<<<<<<<<<第三方启动订单号>>>>>>>>>>>>>>>>>:" + internetSerialNumber);
|
|
||||||
Map<String, Object> data = new HashMap<>();
|
Map<String, Object> data = new HashMap<>();
|
||||||
data.put("startTime", startTime);
|
data.put("startTime", startTime);
|
||||||
data.put("orderNo", orderNo);
|
data.put("orderNo", orderNo);
|
||||||
|
|||||||
@ -167,7 +167,7 @@
|
|||||||
<if test="tenantId !=null and ''!=tenantId">
|
<if test="tenantId !=null and ''!=tenantId">
|
||||||
and tenant_id=#{tenantId}
|
and tenant_id=#{tenantId}
|
||||||
</if>
|
</if>
|
||||||
and del_flag=0 limit 1
|
and del_flag=0 and status=0 limit 1
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<insert id="addXhpcChargeOrder" parameterType="com.xhpc.order.domain.XhpcChargeOrder" useGeneratedKeys="true"
|
<insert id="addXhpcChargeOrder" parameterType="com.xhpc.order.domain.XhpcChargeOrder" useGeneratedKeys="true"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user