fuliqi
2025-01-08 224c12c7ae9a3b9d0380962ff92dac18812434a6
ycl-server/src/main/resources/mapper/zgyw/CalculateReportMapper.xml
@@ -79,6 +79,7 @@
        <result column="id" property="id"/>
        <result column="create_time" property="createTime"/>
        <result column="unit_name" property="unitName"/>
        <result column="unit_id" property="unitId"/>
        <result column="name" property="contractName"/>
        <result column="contract_id" property="contractId"/>
        <result column="which_year" property="whichYear"/>
@@ -127,6 +128,7 @@
    <select id="getById" resultMap="DetailResultMap">
        SELECT tyu.unit_name,
        tyu.id as unit_id,
        tc.name,
        tcr.id,
        tcr.contract_id,