update:his账单明细查询页面

This commit is contained in:
Yuan
2025-08-21 10:00:57 +08:00
parent f18ec9ff2e
commit b636852ad7
10 changed files with 128 additions and 106 deletions

View File

@@ -28,6 +28,11 @@ public class HisDetailServiceImpl implements HisDetailService {
return hisDetailMapper.findHisDetail(map);
}
@Override
public long findHisDetailCount(HashMap<Object, Object> map) throws Exception {
return hisDetailMapper.findHisDetailCount(map);
}
/**
* @description: 中联的原始记录表添加
* @author thuang