| | |
| | | private String isJoin="0"; |
| | | |
| | | @ApiModelProperty("状态(1已发布 2进行中 3已完成)") |
| | | private String status="1"; |
| | | private String status; |
| | | |
| | | @ApiModelProperty("预计完工时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | |
| | | nfcc.community_id |
| | | FROM new_fight_community_construction as nfcc |
| | | LEFT JOIN new_fight_project_join as nfpj ON nfpj.user_id=#{userId} |
| | | LEFT JOIN com_act as ca ON ca.community_id=nfcc.community_id |
| | | LEFT JOIN com_act as ca ON ca.community_id=nfcc.construction_community_id |
| | | <where> |
| | | 1=1 |
| | | <if test="id !=null and id != '' "> |
| | |
| | | </if> |
| | | update_time=sysdate() |
| | | </set> |
| | | where id = #{item.id} |
| | | where id=#{item.id} |
| | | </update> |
| | | |
| | | <delete id="expurgateData" parameterType="String"> |