Compare commits

...

No commits in common. '13d53c00a80dee47c6d8ee6eb3bada1923b5932f' and 'a2f377100c53ff2e091e718f8d1dbb32218353e5' have entirely different histories.

@ -567,6 +567,8 @@ public class ASafeQyjcxx implements Serializable {
@TableField(exist = false)
private ASafeWgcy aSafeWgcy;
public ASafeQyjcxx() {
}
public ASafeQyjcxx(EnterpriseResponse res) {

@ -42,10 +42,15 @@ import com.mudu.service.ASafeZcrwwzService;
import com.mudu.service.SzsASafeZcyhxxService;
import com.mudu.service.impl.LoginService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableScheduling;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@ -166,10 +171,10 @@ public class AcheckTaskQuartz {
*
* @Param qymc
*/
@Scheduled(cron = "0 0 4 * * ? ")
// @Scheduled(cron = "0 0 4 * * ? ")
// @Scheduled(cron = "0 0/5 * * * ?")
// @PostMapping("/insert")
// @ApiOperation(value = "新增创建时间为昨天且处于审批通过的工单数据")
@PostMapping("/insert")
@ApiOperation(value = "新增创建时间为昨天且处于审批通过的工单数据")
public void selectAll() throws ParseException {
// 获取token

@ -93,4 +93,10 @@ tfgUrl: http://localhost:9028/mudu/aSafeTfg
zczqUrl: http://localhost:9028/mudu/aSafeZcrwRead/getByxxbh
#巡查周期url
xczqUrl: https://www.jichuanglanhai.com:88/csapi/mudu/aSafeXcrwRead/getByxxbh
xczqUrl: https://www.jichuanglanhai.com:88/csapi/mudu/aSafeXcrwRead/getByxxbh
# 获取新增企业信息
addEntUrl: https://www.jichuanglanhai.com:88/csapi/mudu/enterprise/findAddEnt
# 获取删除企业信息
findEntDelUrl: https://www.jichuanglanhai.com:88/csapi/mudu/enterprise/findEntDel

@ -2,7 +2,7 @@ server:
port: 9998
spring:
profiles:
active: prod
active: dev
#获取token
getToken: https://www.jichuanglanhai.com:88/loginnocaptcha

@ -13,14 +13,14 @@
</select>
<select id="getZcUuid" resultType="com.mudu.entity.dto.response.RwzqUuidResponse">
-- SELECT xxbh
-- FROM `a_safe_rwzq`
-- where RWLX = 'QYZC'
-- ORDER BY ZQJSSJ desc limit 1
SELECT xxbh
SELECT xxbh
FROM `a_safe_rwzq`
where RWLX = 'QYZC'
and ZQJSSJ = '2024-07-31 23:59:59'
ORDER BY ZQJSSJ desc limit 1
-- SELECT xxbh
-- FROM `a_safe_rwzq`
-- where RWLX = 'QYZC'
-- and ZQJSSJ = '2024-07-31 23:59:59'
</select>
</mapper>
Loading…
Cancel
Save