|
@@ -31,7 +31,6 @@ public class DitchServiceImpl implements DitchService {
|
|
|
ytDitch.setDitchName(app.getAppName());
|
|
ytDitch.setDitchName(app.getAppName());
|
|
|
ytDitch.setUserId(app.getUserId());
|
|
ytDitch.setUserId(app.getUserId());
|
|
|
ytDitch.setAppId(app.getAppId());
|
|
ytDitch.setAppId(app.getAppId());
|
|
|
- ytDitch.setDitchId(app.getDitchId());
|
|
|
|
|
ytDitch.setAppType(app.getAppType().toString());
|
|
ytDitch.setAppType(app.getAppType().toString());
|
|
|
ytDitch.setIsDelete(0);
|
|
ytDitch.setIsDelete(0);
|
|
|
ytDitch.setCreateTime(new Date());
|
|
ytDitch.setCreateTime(new Date());
|