Commit 01bc4489 by 梅存智

签到优化

parent 580c9f06
......@@ -513,6 +513,10 @@ public class SignServiceImpl extends ServiceImpl<SignMapper, TrSign> implements
if (accountId != null) {
TrainingProjectVo one = trainingProjectClient.getOne(lTrainingProjectId);
if(one != null){
//签到完成,项目就完成了
trainingProjectClient.trainingProjectFinished(Long.valueOf(trainingProjectId), one.getSiteId(), accountId);
}
try {
if (trSign != null) {
TrSign finalTrSign = trSign;
......
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