master
parent
ab1ddedac6
commit
4546d855b1
|
@ -239,6 +239,7 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
|
|||
String finalFieName = fieName;
|
||||
String finalJoint = joint;
|
||||
System.out.println(weight);
|
||||
System.out.println(Weight.centre.getValue());
|
||||
if (Weight.high.getValue().equals(weight)){
|
||||
long count = data/10000;
|
||||
for (long i = 0; i < count; i++) {
|
||||
|
|
Loading…
Reference in New Issue