Merge remote-tracking branch 'origin/0.8.X' into 0.8.X
This commit is contained in:
@@ -14,5 +14,8 @@ import java.math.BigDecimal;
|
||||
*/
|
||||
public interface WmsJournalMapper extends BaseMapperPlus<WmsJournalMapper, WmsJournal, WmsJournalVo> {
|
||||
|
||||
/**
|
||||
* 获取最后一条记录的余额 (用于新增记录时计算余额)
|
||||
*/
|
||||
BigDecimal getLastBalance();
|
||||
}
|
||||
|
||||
@@ -97,11 +97,6 @@ public class WmsJournalServiceImpl implements IWmsJournalService {
|
||||
return flag;
|
||||
}
|
||||
|
||||
public void addJournal(WmsJournal journal) {
|
||||
|
||||
baseMapper.insert(journal);
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改资金日记账
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user