|
|
@@ -257,9 +257,8 @@ public class FosterwxCashScheduleTaskListServiceImpl extends ServiceImpl<Fosterw
|
|
|
// 分配的公众号
|
|
|
if (3 == fosterwxCashWorkwxTaskList.getTaskType()) {
|
|
|
fosterwxCashScheduleTaskList.setGhId(fosterwxCashOasBox.getGhId());
|
|
|
- } else if (1 == fosterwxCashWorkwxTaskList.getTaskType()) {
|
|
|
- fosterwxCashScheduleTaskList.setBoxGhid(fosterwxCashOasBox.getGhId());
|
|
|
}
|
|
|
+ fosterwxCashScheduleTaskList.setBoxGhid(fosterwxCashOasBox.getGhId());
|
|
|
|
|
|
// 小程序链接
|
|
|
String sendUrl = "";
|