|
@@ -570,6 +570,7 @@ public class WeiXinCorpController {
|
|
|
LocalDateTime endTime = wxOrder.getEndTime();
|
|
|
newCompany.setId(wxCorpInfo.getCompanyId());
|
|
|
newCompany.setExpirationDate(endTime);
|
|
|
+ newCompany.setSetMeal(1);
|
|
|
companyMapper.updateById(newCompany);
|
|
|
System.out.println("有效期变更为:" + endTime);
|
|
|
}
|