| | |
| | | <result property="officedirector" column="OfficeDirector"/> |
| | | <result property="financedirector" column="FinanceDirector"/> |
| | | <result property="financechecher" column="FinanceChecher"/> |
| | | <result property="delFlag" column="del_flag"/> |
| | | <result property="del_flag" column="del_flag"/> |
| | | <result property="createBy" column="create_by"/> |
| | | <result property="createTime" column="create_time"/> |
| | | <result property="updateBy" column="update_by"/> |
| | |
| | | <result property="uploadflag" column="uploadflag"/> |
| | | <result property="uploadtime" column="uploadtime"/> |
| | | <result property="updownremark" column="updownremark"/> |
| | | <result property="istax" column="istax"/> |
| | | <result property="taxMoney" column="tax_money"/> |
| | | </resultMap> |
| | | |
| | | <sql id="selectServiceFundtaxVo"> |
| | |
| | | update_time, |
| | | uploadflag, |
| | | uploadtime, |
| | | tax_money, |
| | | istax, |
| | | updownremark |
| | | from service_fundtax |
| | | </sql> |
| | |
| | | '%') |
| | | </if> |
| | | <if test="pretaxamount != null ">and Pretaxamount = #{pretaxamount}</if> |
| | | <if test="istax != null ">and istax = #{istax}</if> |
| | | <if test="taxedamount != null ">and TaxedAmount = #{taxedamount}</if> |
| | | <if test="taxamount != null ">and TaxAmount = #{taxamount}</if> |
| | | <if test="medicalcost != null ">and MedicalCost = #{medicalcost}</if> |
| | |
| | | |
| | | <select id="getMaxFundTaxId" resultType="integer"> |
| | | select max(id) maxid |
| | | from service_fund |
| | | from service_fundtax |
| | | where del_flag = 0; |
| | | </select> |
| | | |