微调
This commit is contained in:
@@ -940,7 +940,7 @@ public class PqScriptDtlsServiceImpl extends ServiceImpl<PqScriptDtlsMapper, PqS
|
|||||||
if (CollUtil.isNotEmpty(dipList)) {
|
if (CollUtil.isNotEmpty(dipList)) {
|
||||||
PqScriptDtls dip = dipList.get(0);
|
PqScriptDtls dip = dipList.get(0);
|
||||||
if (isValueType) {
|
if (isValueType) {
|
||||||
dipDataDTO.setFTransValue(dip.getTransValue() * dtls.getValue());
|
dipDataDTO.setFTransValue(dip.getTransValue() * dtls.getValue() * 0.01);
|
||||||
} else {
|
} else {
|
||||||
dipDataDTO.setFTransValue(dip.getTransValue());
|
dipDataDTO.setFTransValue(dip.getTransValue());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user