统计
This commit is contained in:
parent
ab30f6c9cc
commit
36f3208daa
@ -3,7 +3,15 @@
|
||||
<deployment type="dockerfile">
|
||||
<settings>
|
||||
<option name="imageTag" value="ruoyi/ruoyi-snailjob-server:5.3.1" />
|
||||
<option name="buildOnly" value="true" />
|
||||
<option name="containerName" value="snail-job" />
|
||||
<option name="portBindings">
|
||||
<list>
|
||||
<DockerPortBindingImpl>
|
||||
<option name="containerPort" value="8800" />
|
||||
<option name="hostPort" value="8800" />
|
||||
</DockerPortBindingImpl>
|
||||
</list>
|
||||
</option>
|
||||
<option name="sourceFilePath" value="ruoyi-extend/ruoyi-snailjob-server/Dockerfile" />
|
||||
</settings>
|
||||
</deployment>
|
||||
|
@ -108,7 +108,7 @@ public class WithdrawServiceImpl extends ServiceImpl<WithdrawMapper, Withdraw> i
|
||||
}
|
||||
request.setOpenid(member.getOpenId());
|
||||
//收款用户姓名
|
||||
if (request.getTransferAmount() > 30) {
|
||||
if (request.getTransferAmount() > 200000) {
|
||||
request.setUserName(member.getNickname());
|
||||
}
|
||||
//转账备注
|
||||
|
Loading…
x
Reference in New Issue
Block a user