Commit 93a16e9a by jianan

出账检核-增加币种75

parent 4b58cb76
......@@ -1050,6 +1050,9 @@ public class FortuneServiceImpl extends ServiceImpl<FortuneMapper, Fortune>
newFortune.setExpectedFortuneBizId(newExpectedFortuneBizId);
// 应付款编号
newFortune.setPayableNo(payableNo);
// 赋值分期出账信息
BeanUtils.copyProperties(splitDto, newFortune);
// 特殊字段
......
......@@ -266,7 +266,7 @@
</if>
</where>
ORDER BY type ASC, create_time ASC
ORDER BY type ASC, create_time ASC, payable_no ASC
LIMIT #{pageSize} OFFSET #{offset}
</select>
......
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