记得上下班打卡 | git大法好,push需谨慎

Commit 00bef945 authored by 胡佳晨's avatar 胡佳晨

修改 入场须知

parent d4cd86c7
...@@ -21,6 +21,7 @@ import com.liquidnet.service.platform.utils.PerformanceVoTask; ...@@ -21,6 +21,7 @@ import com.liquidnet.service.platform.utils.PerformanceVoTask;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.MongoTemplate; import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.util.DigestUtils;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.sql.Connection; import java.sql.Connection;
...@@ -868,7 +869,7 @@ public class DataImpl { ...@@ -868,7 +869,7 @@ public class DataImpl {
checkUserVo.setMerchantId(checkUser.getMerchantId()); checkUserVo.setMerchantId(checkUser.getMerchantId());
checkUserVo.setMobile(checkUser.getMobile()); checkUserVo.setMobile(checkUser.getMobile());
checkUserVo.setName(checkUser.getName()); checkUserVo.setName(checkUser.getName());
checkUserVo.setPwd(checkUser.getMobile()); checkUserVo.setPwd(DigestUtils.md5DigestAsHex(StringUtil.right(checkUser.getMobile(), 8).getBytes()));
checkUserVo.setStatus("1"); checkUserVo.setStatus("1");
checkUserList.add(checkUser); checkUserList.add(checkUser);
......
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