Commit f208a060 authored by 花花's avatar 花花

tag

parent 629105b9
...@@ -22,6 +22,6 @@ ...@@ -22,6 +22,6 @@
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/> <classpathentry kind="output" path="target/classes"/>
</classpath> </classpath>
No preview for this file type
...@@ -26,10 +26,10 @@ import io.renren.modules.app.service.WxzjyjdrService; ...@@ -26,10 +26,10 @@ import io.renren.modules.app.service.WxzjyjdrService;
public class AlarmTask { public class AlarmTask {
// @Autowired // @Autowired
// private WxzjyjdrService wxzjyjdrService; // private WxzjyjdrService wxzjyjdrService;1
// //
// /**第一次延迟(initialDelay)?秒后执行,之后按fixedDelay的规则每?秒执行一次*/ // /**第一次延迟(initialDelay)?秒后执行,之后按fixedDelay的规则每?秒执行一次*/
// //辅助核算余额表刷数据脚本 // //辅助核算余额表刷数据脚本.。
// @Scheduled(initialDelay = 10*60*60*1000, fixedDelay = 24*60*60*1000) // @Scheduled(initialDelay = 10*60*60*1000, fixedDelay = 24*60*60*1000)
// public void run1(){ // public void run1(){
// String dqsj = ""; // String dqsj = "";
......
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
<insert id="insertcwhsqj" parameterType="io.renren.modules.app.entity.YwpzEntity"> <insert id="insertcwhsqj" parameterType="io.renren.modules.app.entity.YwpzEntity">
insert into insert into
h_cwhsqj(hsqjbm,kjqjmc,sfjz,ztbm,banksfjz) h_cwhsqj(hsqjbm,kjqjmc,sfjz,ztbm,banksfjz)
values(#{hsqjbm},#{kjqj},'0','0002','0') values(#{hsqjbm},#{kjqj},'0','0003','0')
</insert> </insert>
<select id="queryhsqjbm" resultType="string"> <select id="queryhsqjbm" resultType="string">
......
#Generated by Maven Integration for Eclipse #Generated by Maven Integration for Eclipse
#Sat Feb 20 15:14:02 CST 2021 #Tue Mar 23 10:34:33 CST 2021
version=2.1.0 version=2.1.0
groupId=io.renren groupId=io.renren
m2e.projectName=renren-fast m2e.projectName=renren-fast
......
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
<insert id="insertcwhsqj" parameterType="io.renren.modules.app.entity.YwpzEntity"> <insert id="insertcwhsqj" parameterType="io.renren.modules.app.entity.YwpzEntity">
insert into insert into
h_cwhsqj(hsqjbm,kjqjmc,sfjz,ztbm,banksfjz) h_cwhsqj(hsqjbm,kjqjmc,sfjz,ztbm,banksfjz)
values(#{hsqjbm},#{kjqj},'0','0002','0') values(#{hsqjbm},#{kjqj},'0','0003','0')
</insert> </insert>
<select id="queryhsqjbm" resultType="string"> <select id="queryhsqjbm" resultType="string">
......
No preview for this file type
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment