aix
2024-07-02 133af51056cb0dc7af910cf32221cc1e6f3d8f17
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/mapper/TbProjectMapper.xml
@@ -58,8 +58,8 @@
        <if test="vo.isGovPurchase != null and vo.isGovPurchase != ''">
            and tb."is_gov_purchase" = #{vo.isGovPurchase}
        </if>
        <if test="vo.contractDate != null and vo.contractDate != ''">
            and tb."contract_date" = #{vo.contractDate}
        <if test="vo.contractDateQuery != null and vo.contractDateQuery != ''">
            and tb."contract_date" = #{vo.contractDateQuery}
        </if>
        <if test="vo.startTime!=null and vo.startTime!=''">
            and tb."check_date">= #{vo.startTime}