| | |
| | | <result property="nonCoalPayId" column="non_coal_pay_id"/> |
| | | <result property="categoryId" column="category_id"/> |
| | | <result property="categoryType" column="category_type"/> |
| | | <result property="categoryAmount" column="category_amount"/> |
| | | <result property="updateBy" column="update_by"/> |
| | | <result property="updateTime" column="update_time"/> |
| | | <result property="createBy" column="create_by"/> |
| | |
| | | non_coal_pay_id, |
| | | category_id, |
| | | category_type, |
| | | category_amount, |
| | | update_by, |
| | | update_time, |
| | | create_by, |
| | |
| | | <if test="nonCoalPayId != null">non_coal_pay_id,</if> |
| | | <if test="categoryId != null">category_id,</if> |
| | | <if test="categoryType != null">category_type,</if> |
| | | <if test="categoryAmount != null">category_amount,</if> |
| | | <if test="updateBy != null">update_by,</if> |
| | | <if test="updateTime != null">update_time,</if> |
| | | <if test="createBy != null">create_by,</if> |
| | |
| | | <if test="nonCoalPayId != null">#{nonCoalPayId},</if> |
| | | <if test="categoryId != null">#{categoryId},</if> |
| | | <if test="categoryType != null">#{categoryType},</if> |
| | | <if test="categoryAmount != null">#{categoryAmount},</if> |
| | | <if test="updateBy != null">#{updateBy},</if> |
| | | <if test="updateTime != null">#{updateTime},</if> |
| | | <if test="createBy != null">#{createBy},</if> |
| | |
| | | <if test="nonCoalPayId != null">non_coal_pay_id = #{nonCoalPayId},</if> |
| | | <if test="categoryId != null">category_id = #{categoryId},</if> |
| | | <if test="categoryType != null">category_type = #{categoryType},</if> |
| | | <if test="categoryAmount != null">category_amount = #{categoryAmount},</if> |
| | | <if test="updateBy != null">update_by = #{updateBy},</if> |
| | | <if test="updateTime != null">update_time = #{updateTime},</if> |
| | | <if test="createBy != null">create_by = #{createBy},</if> |