| | |
| | | |
| | | /******************************************************************************************************************* |
| | | * |
| | | * |
| | | * 微心愿app |
| | | * |
| | | * ****************************************************************************************************************/ |
| | | |
| | |
| | | AND w.`status` in (5,6) |
| | | </if> |
| | | <if test='comActMicroWishVO.status == 7 and comActMicroWishVO.isApplets != null and comActMicroWishVO.isApplets != 0'> |
| | | AND w.`status` = 7 |
| | | AND w.`status` in (2,7) |
| | | </if> |
| | | <if test='comActMicroWishVO.isApplets != null and comActMicroWishVO.isApplets != 0 and comActMicroWishVO.status != null and comActMicroWishVO.status != 7 and comActMicroWishVO.status != 6 and comActMicroWishVO.status != 3'> |
| | | AND w.status in (3, 5, 6) |