|
|
@ -80,25 +80,25 @@ public class ShReportXmlctgbService extends ServiceImpl<ShReportXmlctgbMapper, S |
|
|
|
lj.setHyhj_gl("" + cv.getGl()); |
|
|
|
cv = baseMapper.countAyhyBetween(tablename, begin, end); |
|
|
|
lj.setAyhy_hs("" + cv.getHs()); |
|
|
|
lj.setAyhy_gl("" + cv.getGl()); |
|
|
|
lj.setAyhy_gl("" + cv.getGlkw()); |
|
|
|
cv = baseMapper.countZhhyBetween(tablename, begin, end); |
|
|
|
lj.setZhhy_hs("" + cv.getHs()); |
|
|
|
lj.setZhhy_gl("" + cv.getGl()); |
|
|
|
lj.setZhhy_gl("" + cv.getGlkw()); |
|
|
|
cv = baseMapper.countQbhyBetween(tablename, begin, end); |
|
|
|
lj.setQbhy_hs("" + cv.getHs()); |
|
|
|
lj.setQbhy_gl("" + cv.getGl()); |
|
|
|
lj.setQbhy_gl("" + cv.getGlkw()); |
|
|
|
cv = baseMapper.countGsyhjBetween(tablename, begin, end); |
|
|
|
lj.setGsyhj_hs("" + cv.getHs()); |
|
|
|
lj.setGsyhj_gl("" + cv.getGl()); |
|
|
|
cv = baseMapper.countAygsyBetween(tablename, begin, end); |
|
|
|
lj.setAygsy_hs("" + cv.getHs()); |
|
|
|
lj.setAygsy_gl("" + cv.getGl()); |
|
|
|
lj.setAygsy_gl("" + cv.getGlkw()); |
|
|
|
cv = baseMapper.countZhgsyBetween(tablename, begin, end); |
|
|
|
lj.setZhgsy_hs("" + cv.getHs()); |
|
|
|
lj.setZhgsy_gl("" + cv.getGl()); |
|
|
|
lj.setZhgsy_gl("" + cv.getGlkw()); |
|
|
|
cv = baseMapper.countQbgsyBetween(tablename, begin, end); |
|
|
|
lj.setQbgsy_hs("" + cv.getHs()); |
|
|
|
lj.setQbgsy_gl("" + cv.getGl()); |
|
|
|
lj.setQbgsy_gl("" + cv.getGlkw()); |
|
|
|
} |
|
|
|
|
|
|
|
private ShReportXmlctgb buildLj(String day, String createTime, String tablename, String zbh, String zmc) { |
|
|
|