ariesy 进项bug修改 v2

release
yefei 2 years ago
parent 8a67bab5cf
commit d32177b67a
  1. 7
      dxhy-core/src/main/java/com/dxhy/core/service/export/impl/RzFpxxServiceImpl.java
  2. 2
      dxhy-core/src/main/resources/mapper/FpZhMapper.xml

@ -197,6 +197,13 @@ public class RzFpxxServiceImpl extends MpBaseServiceImpl<FpxxZhDao, FpRzRespVO>
fpVo.setAuthenticationPerson(vo.getAuthenticationPerson()); fpVo.setAuthenticationPerson(vo.getAuthenticationPerson());
fpVo.setTaxPeriod(vo.getTaxPeriod()); fpVo.setTaxPeriod(vo.getTaxPeriod());
fpVo.setBusinessName(vo.getDeptId()); fpVo.setBusinessName(vo.getDeptId());
fpVo.setSnVoucherNumber(vo.getSnVoucherNumber());
fpVo.setAccountPeriod(vo.getAccountPeriod());
fpVo.setCompCode(vo.getCompCode());
fpVo.setBzdh(vo.getBzdh());
fpVo.setBzr(vo.getBzr());
fpVo.setPostingTime(vo.getPostingTime().replace("T"," "));
fpVo.setImageNumber(vo.getImageNumber());
if("1".equals(vo.getInaccountStatus())){ if("1".equals(vo.getInaccountStatus())){
fpVo.setInAccountStatus("已入账"); fpVo.setInAccountStatus("已入账");
}else{ }else{

@ -77,8 +77,6 @@
<result column="gx_user_name" jdbcType="VARCHAR" property="authenticationPerson"/> <result column="gx_user_name" jdbcType="VARCHAR" property="authenticationPerson"/>
<result column="rzh_belong_date" jdbcType="VARCHAR" property="taxPeriod"/> <result column="rzh_belong_date" jdbcType="VARCHAR" property="taxPeriod"/>
<result column="dept_id" jdbcType="VARCHAR" property="deptId"/> <result column="dept_id" jdbcType="VARCHAR" property="deptId"/>
<result column="comp_code" jdbcType="VARCHAR" property="deptId"/>
<result column="dept_id" jdbcType="VARCHAR" property="deptId"/>
<result column="sn_voucher_number" jdbcType="VARCHAR" property="snVoucherNumber"/> <result column="sn_voucher_number" jdbcType="VARCHAR" property="snVoucherNumber"/>
<result column="account_period" jdbcType="VARCHAR" property="accountPeriod"/> <result column="account_period" jdbcType="VARCHAR" property="accountPeriod"/>
<result column="posting_time" jdbcType="VARCHAR" property="postingTime"/> <result column="posting_time" jdbcType="VARCHAR" property="postingTime"/>

Loading…
Cancel
Save